Skip to content

Commit

Permalink
chore: Successfully skip check-formatting job on release PRs (#3113)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpro7 authored Mar 12, 2024
1 parent b76e538 commit 1d35cad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-and-test-empty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ on:
- "release-*"

jobs:
check-formatting:
name: Check formatting
runs-on: ubuntu-latest
steps:
- name: Skip with success
run: |
echo "skipped"
exit 0
build-and-test:
name: Build and test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1d35cad

Please sign in to comment.