Skip to content

Commit

Permalink
Assign proper job id for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vwout committed Jan 15, 2024
1 parent 110909d commit 011dfca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Draft release
on:
push:
tags:
- '\d+\.\d+(.\d+)?'
- '+([0-9])\.+([0-9])*(\.[0-9])'

jobs:
build:
release:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run tests
on: [push, pull_request]

jobs:
build:
check:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 011dfca

Please sign in to comment.