Skip to content

Commit

Permalink
docs: Remove check for head commit (#11)
Browse files Browse the repository at this point in the history
docs: Remove check for head commit
  • Loading branch information
Gustl22 authored Aug 18, 2024
1 parent 928fbcc commit dd9db74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/01-workflow-dispatch/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
contents: write
id-token: write # Required for authentication using OIDC
runs-on: [ ubuntu-latest ]
if: contains(github.event.head_commit.message, 'chore(release)')
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
Expand Down
1 change: 0 additions & 1 deletion examples/02-release-on-pr/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
contents: write
id-token: write # Required for authentication using OIDC
runs-on: [ ubuntu-latest ]
if: contains(github.event.head_commit.message, 'chore(release)')
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
Expand Down

0 comments on commit dd9db74

Please sign in to comment.