Skip to content

Commit defd802

Browse files
committed
πŸ”„ synced local '.github/workflows' with remote '.dispatcher'
1 parent 4afb73b commit defd802

File tree

3 files changed

+2
-85
lines changed

3 files changed

+2
-85
lines changed

β€Ž.github/workflows/auto-merge.ymlβ€Ž

Lines changed: 0 additions & 56 deletions
This file was deleted.

β€Ž.github/workflows/create-labels.ymlβ€Ž

Lines changed: 0 additions & 26 deletions
This file was deleted.

β€Ž.github/workflows/quickpick-dispatcher.ymlβ€Ž

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ on:
1616
jobs:
1717
dispatch_workflow:
1818
if: |
19-
(github.event_name == 'workflow_dispatch') ||
20-
(github.event_name == 'pull_request' && github.event.pull_request.merged == true) ||
19+
(github.event_name == 'workflow_dispatch') ||
20+
(github.event_name == 'pull_request' && github.event.pull_request.merged == true) ||
2121
(github.event_name == 'release' && (github.event.action == 'created' || github.event.action == 'edited' || github.event.action == 'prereleased'))
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4
26-
2726
- name: Invoke workflow in another repo with inputs
2827
uses: peter-evans/repository-dispatch@v2
2928
with:

0 commit comments

Comments
Β (0)