Skip to content

Commit

Permalink
Temporarily attempt retry on non-scheduled, for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Jan 23, 2024
1 parent 3617a6e commit b9cfcf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ jobs:
name: "attempt-retry"
needs: [trigger_integration_tests]
runs-on: ubuntu-20.04
if: ${{ failure() && !cancelled() && github.event_name == 'schedule' }}
if: ${{ failure() && !cancelled() }} # && github.event_name == 'schedule' }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit b9cfcf9

Please sign in to comment.