forked from SciTools/python-stratify
-
Notifications
You must be signed in to change notification settings - Fork 0
27 lines (20 loc) · 751 Bytes
/
Copy pathci-locks.yml
File metadata and controls
27 lines (20 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Updates the environment lock files. See the called workflow in the
# scitools/workflows repo for more details.
name: ci-locks
on:
workflow_dispatch:
schedule:
# Run once a week on a Saturday night
# N.B. "should" be quoted, according to
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onschedule
- cron: "3 0 * * 6"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
refresh_lockfiles:
uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@1f2141422a63321a32575ddd186e53acff12550c
secrets:
AUTH_APP_ID: ${{ secrets.AUTH_APP_ID }}
AUTH_APP_PRIVATE_KEY: ${{ secrets.AUTH_APP_PRIVATE_KEY }}