Skip to content

Commit 720b63d

Browse files
committed
workflow: remove generated dispatch
1 parent cc6490f commit 720b63d

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/fhem_test.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: FHEM Unit Tests
22

33
permissions:
4-
actions: write
54
contents: read
65

76
on:
@@ -95,22 +94,6 @@ jobs:
9594
echo "::add-mask::$BOT_PUSH_TOKEN"
9695
git remote set-url origin "https://x-access-token:${BOT_PUSH_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
9796
git push origin "HEAD:${BRANCH_NAME}"
98-
- name: Trigger follow-up runs for generated branch head
99-
if: steps.commit_generated.outputs.created == 'true'
100-
uses: actions/github-script@v8
101-
with:
102-
script: |
103-
for (const workflow_id of ['perlCritic.yml']) {
104-
await github.rest.actions.createWorkflowDispatch({
105-
owner: context.repo.owner,
106-
repo: context.repo.repo,
107-
workflow_id,
108-
ref: process.env.BRANCH_NAME,
109-
});
110-
}
111-
env:
112-
BRANCH_NAME: ${{ steps.branch.outputs.name }}
113-
11497
test:
11598
runs-on: ubuntu-latest
11699
concurrency:

0 commit comments

Comments
 (0)