Skip to content

Commit

Permalink
Worfklow deaktiviert
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 15, 2023
1 parent 238d3d5 commit 54a1bd6
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 18 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker_bullseye.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Test Install Scripts for Bullseye on Docker

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

jobs:

Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/docker_bullseye_altuser.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Test Install Scripts for Bullseye (alternative user) on Docker

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

jobs:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker_bullseye_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
# schedule:
# # run at 5 every sunday
# - cron: '0 5 * * 0'
push:
branches-ignore:
- 'future3/**'
# push:
# branches-ignore:
# - 'future3/**'
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ develop ]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker_bullseye_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
# schedule:
# # run at 5 every sunday
# - cron: '0 5 * * 0'
push:
branches-ignore:
- 'future3/**'
# push:
# branches-ignore:
# - 'future3/**'
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ develop ]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker_bullseye_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
# schedule:
# # run at 5 every sunday
# - cron: '0 5 * * 0'
push:
branches-ignore:
- 'future3/**'
# push:
# branches-ignore:
# - 'future3/**'
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ develop ]
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/docker_buster.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Test Install Scripts for Buster on Docker

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

jobs:

Expand Down

0 comments on commit 54a1bd6

Please sign in to comment.