Skip to content

Commit b140b3c

Browse files
committed
debug attempt
1 parent 7e6715a commit b140b3c

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

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

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,10 @@ on:
77
pull_request_review:
88
types: [submitted, dismissed]
99

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
17-
1810
jobs:
1911
call-approval-check:
2012
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 }}
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Check if job runs
16+
run: echo "The if condition was true!"

0 commit comments

Comments
 (0)