Skip to content

Commit

Permalink
devops: add optimize workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaniq committed Feb 15, 2024
1 parent 9e3b038 commit e37f1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_mkrecord_no_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
jobs:
check:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

Expand All @@ -28,6 +27,7 @@ jobs:
build:
runs-on: ubuntu-latest
needs: check

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e37f1f8

Please sign in to comment.