PUSH TO HUB. REVERT THIS!
This commit is contained in:
parent
8aa920cb7b
commit
602bfce224
|
@ -1,28 +1,14 @@
|
|||
name: Docker
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master, "release/*"]
|
||||
pull_request:
|
||||
branches: [master, "release/*"]
|
||||
paths:
|
||||
- "dockers/**"
|
||||
- "!dockers/README.md"
|
||||
- "requirements.txt"
|
||||
- "requirements/*.txt"
|
||||
- "requirements/pytorch/*"
|
||||
- "environment.yml"
|
||||
- ".github/workflows/*docker*.yml"
|
||||
- "setup.py"
|
||||
schedule:
|
||||
- cron: "0 0 * * *" # at the end of every day
|
||||
pull_request: {}
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}-${{ github.event_name }}
|
||||
cancel-in-progress: ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}
|
||||
|
||||
env:
|
||||
PUSH_TO_HUB: ${{ github.event_name == 'schedule' }}
|
||||
PUSH_TO_HUB: true
|
||||
|
||||
jobs:
|
||||
build-pl:
|
||||
|
|
Loading…
Reference in New Issue