We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13ad4e commit a02b59aCopy full SHA for a02b59a
.github/workflows/unity-cloud-check.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
test-and-build:
9
- if: github.event_name == 'workflow_dispatch'
+ if: github.event_name == 'workflow_dispatch' || github.run_attempt > 1
10
runs-on: ubuntu-latest
11
environment: github-pages
12
0 commit comments