Skip to content

Commit 1fbaf0f

Browse files
wip
1 parent b07d303 commit 1fbaf0f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636

3737
test-robot-check:
3838
needs: build
39+
if: ${{ !cancelled() }}
3940
name: Job
4041
uses: ./.github/workflows/test-robot-check.yml
4142
with:

.github/workflows/test-robot-check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ permissions:
2424

2525
jobs:
2626
test-robot-check-labels:
27-
if: contains(github.event.pull_request.labels.*.name, inputs.label-test-robot-needed) || github.run_attempt > 1
2827
name: Robot Test Check
2928
runs-on: ubuntu-latest
3029
steps:

0 commit comments

Comments
 (0)