Skip to content

Commit

Permalink
ci: fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah authored Mar 22, 2024
1 parent 5a27d25 commit 54d9f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
build:
if: ${{ github.ref_name == 'master' || github.ref_name == 'prod' || (github.ref_type == 'tag' && startsWith(github.ref_name, 'v')) }}
runs-on: ubuntu-22.04-32core
needs: [ format, clippy, test, doc, check_debug_report_version ]
needs: [ format, clippy, test, doc ]
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # pin@v3
with:
Expand Down

0 comments on commit 54d9f89

Please sign in to comment.