Skip to content

Commit

Permalink
Fix format minimal job II
Browse files Browse the repository at this point in the history
  • Loading branch information
karurochari committed Dec 8, 2024
1 parent a3bed67 commit 028a52d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ concurrency:
on:
workflow_call:
jobs:
fake-job:
fake-format-clang:
runs-on: ubuntu-latest
steps:
- run: exit 0
fake-format-meson:
runs-on: ubuntu-latest
steps:
- run: exit 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:
push:
tags:
- "v*.*.*(-.*)?"
- "v*"
branches: master
jobs:
build-checks:
Expand Down

0 comments on commit 028a52d

Please sign in to comment.