Skip to content

Commit

Permalink
no concurrency!
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillanacosta authored Mar 20, 2024
1 parent 1d14706 commit d0895e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/term-request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: Suggest IRI upon term request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
on:
issues:
types:
Expand Down Expand Up @@ -26,4 +29,4 @@ jobs:
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
BODY: >
**Available IRI**: ${{ env.NEW_IRI }}
**Available IRI**: ${{ env.NEW_IRI }}

0 comments on commit d0895e2

Please sign in to comment.