mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
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:
commit
79aaf83e1b
1 changed files with 9 additions and 1 deletions
10
.github/workflows/e2e.yml
vendored
10
.github/workflows/e2e.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue