Skip to content

Commit

Permalink
Try to get workflow to just run again
Browse files Browse the repository at this point in the history
  • Loading branch information
Micket committed Nov 6, 2024
1 parent dddb20d commit 26eb9f7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tagbot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Tagbot
on: [pull_request_target]

concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
#concurrency:
# group: "${{ github.workflow }}-${{ github.ref }}"
# cancel-in-progress: true

jobs:
tagbot:
Expand All @@ -14,14 +14,14 @@ jobs:
permissions:
pull-requests: write
steps:
- name: Debug
run: echo "group: ${{ github.workflow }}"
# - name: Debug
# run: echo "group: ${{ github.workflow }}"

- name: Debug2
run: echo "group: ${{ github.head_ref }}"
# - name: Debug2
# run: echo "group: ${{ github.head_ref }}"

- name: Debug3
run: echo "group: ${{ github.event.pull_request.number }}"
# - name: Debug3
# run: echo "group: ${{ github.event.pull_request.number }}"

- name: Checkout base branch for workflow scripts
uses: actions/checkout@v4
Expand Down

0 comments on commit 26eb9f7

Please sign in to comment.