1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Merge pull request #9907 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2021-09-08 18:29:54 -04:00
committed by GitHub

View File

@@ -24,12 +24,19 @@ on:
schedule:
- cron: '53 0/8 * * *' # Run every eight hours at 53 minutes past the hour
env:
FREEZE: ${{ secrets.FREEZE }}
jobs:
updateIndexes:
name: Update indexes
if: github.repository == 'github/docs-internal'
runs-on: ubuntu-latest
steps:
- if: ${{ env.FREEZE == 'true' }}
run: |
echo 'The repo is currently frozen! Exiting this workflow.'
exit 1 # prevents further steps from running
# Check out internal docs repository
- name: checkout
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f