Skip to content

Commit

Permalink
chore(ci): remove push trigger for workflows. (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Oct 19, 2024
1 parent a34ed06 commit a1d215e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ on:
- main
paths-ignore:
- '**.md'
push:
branches:
- main
paths-ignore:
- '**.md'
schedule:
- cron: '0 2 * * *' # 2am-ish UTC everyday (timed against official fedora container pushes, and after 'config')
workflow_dispatch:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/build-40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ on:
- main
paths-ignore:
- '**.md'
push:
branches:
- main
paths-ignore:
- '**.md'
schedule:
- cron: '5 2 * * *' # 2am-ish UTC everyday (timed against official fedora container pushes, and after 'config')
workflow_dispatch:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/build-41.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: ublue akmods 41
on:
pull_request:
merge_group:
pull_request:
branches:
- main
paths-ignore:
- '**.md'
schedule:
- cron: '10 2 * * *' # 2am-ish UTC everyday (timed against official fedora container pushes, and after 'config')
workflow_dispatch:
Expand All @@ -12,4 +16,4 @@ jobs:
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
fedora_version: 41
fedora_version: 41

0 comments on commit a1d215e

Please sign in to comment.