Skip to content

Commit 6edf968

Browse files
committed
debug attempt
1 parent 7e6715a commit 6edf968

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

.github/workflows/major-version-approval-workflow.yaml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,10 @@ on:
44
pull_request:
55
types: [opened, synchronize, reopened, ready_for_review, edited]
66
branches: ['main']
7-
pull_request_review:
8-
types: [submitted, dismissed]
9-
10-
concurrency:
11-
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
12-
cancel-in-progress: true
13-
14-
permissions:
15-
contents: read
16-
pull-requests: read
177

188
jobs:
19-
call-approval-check:
20-
if: contains(github.event.pull_request.body, 'MAJOR_VERSION_ALLOWED=')
21-
uses: ./.github/workflows/major-version-approval-logic.yaml
22-
with:
23-
pr_number: ${{ github.event.pull_request.number }}
24-
secrets:
25-
token: ${{ secrets.SPLIT_TOKEN }}
9+
debug-trigger:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Print event name
13+
run: echo "Workflow triggered by ${{ github.event_name }}"

0 commit comments

Comments
 (0)