Skip to content

Commit

Permalink
chore(): use specific named jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Nov 24, 2023
1 parent fdb5570 commit 0d11217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci build
on:
pull_request:
jobs:
build:
ci_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge_queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
merge_group:
jobs:
build:
merge_build:
if: ${{ github.event_name == 'merge_group' }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0d11217

Please sign in to comment.