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 933b262 commit e7750b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: main

on:
push: # All branches and tags
schedule:
# Runs automatically on the 27th of every month at 04:30 UTC
- cron: "30 04 27 * *"
# schedule:
# # Runs automatically on the 27th of every month at 04:30 UTC
# - cron: "30 04 27 * *"

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

0 comments on commit e7750b7

Please sign in to comment.