Skip to content

Commit

Permalink
ci: Update the version index nightly (#4990)
Browse files Browse the repository at this point in the history
The release trigger does not work yet, so compensate with a nightly
schedule.

Closes #4361
  • Loading branch information
joeyparrish authored Feb 9, 2023
1 parent 9b1c614 commit ee77d35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/demo-version-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ on:
- app-engine/demo-version-index/**
release:
types: [published]
# NOTE: So long as releases are made without a personal access token (PAT),
# they will not activate this workflow's release trigger. For now, the
# schedule trigger will compensate for that by updating the index nightly.
schedule:
# Run every night at 10pm PST / 6am UTC.
- cron: '0 6 * * *'

jobs:
appspot:
Expand Down

0 comments on commit ee77d35

Please sign in to comment.