Merge pull request #4548 from paescuj/e2e-skip-readme-cancel-outdated

e2e tests: skip on 'readme.md' changes & cancel outdated runs
This commit is contained in:
Oliver Blanthorn 2023-01-17 12:14:33 +01:00 committed by GitHub
commit 79aaf83e1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,19 @@ on:
push:
branches:
- 'master'
paths-ignore:
- '/readme.md'
pull_request:
branches:
- '*'
paths-ignore:
- '/readme.md'
schedule:
- cron: "45 7 * * *"
- cron: '45 7 * * *'
concurrency:
group: e2e-${{ github.ref }}
cancel-in-progress: true
jobs:
test: