Skip to content

Commit

Permalink
run workflows "on" harmonized
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 9, 2023
1 parent 7e6cc4f commit 4b570f1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/docker_bullseye.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Test Install Scripts for Bullseye on Docker

on:
schedule:
# run at 5 every sunday
- cron: '* 5 * * 0'
push:
branches-ignore:
- 'future3/**'
- 'future3/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/docker_bullseye_altuser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
schedule:
# run at 5 every sunday
- cron: '* 5 * * 0'
push:
branches-ignore:
- 'future3/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]

jobs:

Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/docker_buster.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: Test Install Scripts for Buster on Docker

on:
schedule:
# run at 5 every sunday
- cron: '* 5 * * 0'
schedule:
# run at 5 every sunday
- cron: '* 5 * * 0'
push:
branches-ignore:
- 'future3/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]

jobs:

Expand Down

0 comments on commit 4b570f1

Please sign in to comment.