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 5f7e1f9 commit f92eddfCopy full SHA for f92eddf
.github/workflows/test-browser-interactions.yml
@@ -11,6 +11,7 @@ jobs:
11
check-files:
12
name: Check files
13
runs-on: ubuntu-22.04
14
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
15
permissions:
16
actions: write
17
contents: read
0 commit comments