Skip to content

Commit

Permalink
chore(message-system): rename workflow to make it easier to find
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkriz committed Sep 17, 2024
1 parent 9cff033 commit 24fcb02
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: "[Release] suite config"
name: "[Release] suite message system config"

permissions:
id-token: write # for fetching the OIDC token
contents: read # for actions/checkout

on:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand Down

0 comments on commit 24fcb02

Please sign in to comment.