Skip to content

Commit

Permalink
ci: always build CI Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Jan 20, 2024
1 parent a68f43d commit 1ec7975
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
do_not_skip: '["pull_request", "release", "workflow_dispatch", "schedule"]'

build-linux:
needs: pre_job
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
runs-on: ubuntu-22.04
strategy:
fail-fast: false
Expand Down

0 comments on commit 1ec7975

Please sign in to comment.