Skip to content

Commit

Permalink
korrektur
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 11, 2023
1 parent 4c7424d commit 9123534
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker_bullseye.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Test Install Scripts for Bullseye on Docker

# on:
# schedule:
# # run at 5 every sunday
# - cron: '0 5 * * 0'
on:
schedule:
# run at 5 every sunday
- cron: '0 5 * * 0'
# push:
# branches-ignore:
# - 'future3/**'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker_buster.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Test Install Scripts for Buster on Docker

# on:
# schedule:
# # run at 5 every sunday
# - cron: '0 5 * * 0'
on:
schedule:
# run at 5 every sunday
- cron: '0 5 * * 0'
# push:
# branches-ignore:
# - 'future3/**'
Expand Down

0 comments on commit 9123534

Please sign in to comment.