Skip to content

Commit

Permalink
Merge pull request #226 from flatcar-linux/tormath1/schedule
Browse files Browse the repository at this point in the history
github: enable build on scheduled event
  • Loading branch information
joaquimrocha authored Aug 23, 2022
2 parents 46f0005 + 4bbf1eb commit 82778a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') || github.event_name == 'schedule'
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
Expand Down

0 comments on commit 82778a0

Please sign in to comment.