Skip to content

Commit 683e16d

Browse files
committed
Remove workflow_run trigger and adjust job configuration in copilot-test-tools.yml
1 parent bf965f1 commit 683e16d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/copilot-test-tools.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
on:
22
push:
3-
workflow_run:
4-
workflows: [CI] # add workflows here
5-
types: [completed]
63

74
jobs:
8-
on-failure:
5+
test-mcp-tools:
96
runs-on: ubuntu-latest
10-
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
117
concurrency:
128
group: 'copilot-test-tools'
139
cancel-in-progress: true

0 commit comments

Comments
 (0)