Skip to content

Commit

Permalink
chore(ci): don't build aurora for bluefin changes and vice-versa (ubl…
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored and wizzywizard65 committed Apr 8, 2024
1 parent 41a0c49 commit e203554
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-38-bluefin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
- testing
paths-ignore:
- '**.md'
- 'system_files/kinoite/**'
push:
branches:
- main
- testing
paths-ignore:
- '**.md'
- 'system_files/kinoite/**'
schedule:
- cron: '42 16 * * *' # 16:42 UTC everyday
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-39-aurora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
- testing
paths-ignore:
- '**.md'
- 'system_files/silverblue/**'
push:
branches:
- main
- testing
paths-ignore:
- '**.md'
- 'system_files/silverblue/**'
schedule:
- cron: '41 16 * * *' # 16:41 UTC everyday
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-39-bluefin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
- testing
paths-ignore:
- '**.md'
- 'system_files/kinoite/**'
push:
branches:
- main
- testing
paths-ignore:
- '**.md'
- 'system_files/kinoite/**'
schedule:
- cron: '41 16 * * *' # 16:41 UTC everyday
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-40-aurora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
- testing
paths-ignore:
- '**.md'
- 'system_files/silverblue/**'
push:
branches:
- main
- testing
paths-ignore:
- '**.md'
- 'system_files/silverblue/**'
schedule:
- cron: '40 16 * * *' # 16:40 UTC everyday
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-40-bluefin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
- testing
paths-ignore:
- '**.md'
- 'system_files/kinoite/**'
push:
branches:
- main
- testing
paths-ignore:
- '**.md'
- 'system_files/kinoite/**'
schedule:
- cron: '40 16 * * *' # 16:40 UTC everyday
workflow_dispatch:
Expand Down

0 comments on commit e203554

Please sign in to comment.