Skip to content
Snippets Groups Projects
Unverified Commit 0e2c8b83 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

[CI] Fix syntax in rerun workflows logic (#28400)

[ci skip]
parent df181c41
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ on:
jobs:
rerun-on-failure:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion }} == 'failure'
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- uses: actions/github-script@v6
with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment