Skip to content

Commit 8a40164

Browse files
authored
Merge pull request #235 from vyos/conf-16-1
T0000: TEST check-pr-conflicts.yml - (T7981-conflict-check-scheduled…workflow-py-script - conf16-1
2 parents 46aae77 + 87cb8e6 commit 8a40164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-pr-conflicts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
github.event_name == 'workflow_dispatch' ||
1616
(github.event_name == 'pull_request_target' && github.event.action == 'synchronize') ||
1717
(github.event_name == 'pull_request_target' && github.event.action == 'closed' && github.event.pull_request.merged == true)
18-
uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@T7981-conflict-check-scheduled-workflow
18+
uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@T7981-conflict-check-scheduled-workflow-py-script
1919
permissions:
2020
contents: read
2121
pull-requests: write
2222
secrets: inherit
2323
with:
24-
action-ref: 'T7981-conflict-check-scheduled-workflow'
24+
action-ref: 'T7981-conflict-check-scheduled-workflow-py-script'

0 commit comments

Comments
 (0)