Skip to content

Commit

Permalink
Disabled cron schedule due to GitHub Actions not supporting Vagrant a…
Browse files Browse the repository at this point in the history
…nymore
  • Loading branch information
dmotte committed Oct 27, 2024
1 parent 1e0b394 commit 39b4e9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: main

on:
push: # All branches and tags
schedule:
# Runs automatically on the 27th of every month at 05:30 UTC. This is
# because it has to run after https://github.com/dmotte/vagrant-ansiblebox
- cron: "30 05 27 * *"
# schedule:
# # Runs automatically on the 27th of every month at 05:30 UTC. This is
# # because it has to run after https://github.com/dmotte/vagrant-ansiblebox
# - cron: "30 05 27 * *"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 39b4e9b

Please sign in to comment.