Skip to content

Commit

Permalink
chore: if
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhirn committed Sep 25, 2024
1 parent 952055e commit 5ea0e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: Benchmark

on:
push:
tags:
- '**'

jobs:
bench:
if: ${{ startsWith(github.event.head_commit.message, 'release:') }}
runs-on: ubuntu-latest
steps:
- name: Bench
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ name: Check

on:
push:
branches:
- "**"
tags:
- "!**"

jobs:
check:
if: ${{ !startsWith(github.event.head_commit.message, 'release:') }}
runs-on: ubuntu-latest
steps:
- name: Check
Expand Down

0 comments on commit 5ea0e2b

Please sign in to comment.