8000 Temporarily attempt retry on non-scheduled, for testing. · firebase/firebase-cpp-sdk@b9cfcf9 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9cfcf9

Browse files
committed
Temporarily attempt retry on non-scheduled, for testing.
1 parent 3617a6e commit b9cfcf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ jobs:
899899
name: "attempt-retry"
900900
needs: [trigger_integration_tests]
901901
runs-on: ubuntu-20.04
902-
if: ${{ failure() && !cancelled() && github.event_name == 'schedule' }}
902+
if: ${{ failure() && !cancelled() }} # && github.event_name == 'schedule' }}
903903
steps:
904904
- name: Checkout repo
905905
uses: actions/checkout@v3

0 commit comments

Comments
 (0)
0