Skip to content

Commit

Permalink
resetting schedule for one build per month
Browse files Browse the repository at this point in the history
  • Loading branch information
andyopayne committed Feb 6, 2024
1 parent 5f67ef7 commit 583f0d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:
workflow_dispatch:
schedule:
- cron: '*/5 * * * *'
- cron: '0 0 1 * *'

jobs:

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
name: build compute
runs-on: ubuntu-latest
needs: [check_workflow, check_src]
#if: ${{ needs.check_src.outputs.any_changed == 'true' || needs.check_workflow.outputs.any_changed == 'true' }}
if: ${{ needs.check_src.outputs.any_changed == 'true' || needs.check_workflow.outputs.any_changed == 'true' }}
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 583f0d8

Please sign in to comment.