This repository was archived by the owner on Jan 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
37
37
- name : Mark end-to-end tests as pending with run URL
38
38
# For manual runs (e.g for fork PRs) don't update commit status as there won't be permissions to do so
39
- if : ${{ github.event.inputs.pull_request_id ! = '' }}
39
+ if : ${{ github.event.inputs.pull_request_id = = '' }}
40
40
uses : Sibz/github-status-action@v1
41
41
with :
42
42
authToken : ${{ secrets.GITHUB_TOKEN }}
@@ -109,7 +109,7 @@ jobs:
109
109
110
110
- name : Mark end-to-end tests as failed
111
111
# For manual runs (e.g for fork PRs) don't update commit status as there won't be permissions to do so
112
- if : ${{ failure() && github.event.inputs.pull_request_id ! = '' }}
112
+ if : ${{ failure() && github.event.inputs.pull_request_id = = '' }}
113
113
uses : Sibz/github-status-action@v1
114
114
with :
115
115
authToken : ${{ secrets.GITHUB_TOKEN }}
@@ -126,7 +126,7 @@ jobs:
126
126
steps :
127
127
- name : Mark end-to-end tests as succeeded
128
128
# For manual runs (e.g for fork PRs) don't update commit status as there won't be permissions to do so
129
- if : ${{ github.event.inputs.pull_request_id ! = '' }}
129
+ if : ${{ github.event.inputs.pull_request_id = = '' }}
130
130
uses : Sibz/github-status-action@v1
131
131
with :
132
132
authToken : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments