Skip to content

Commit

Permalink
Build packages on all branches and use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
krihal committed Sep 20, 2024
1 parent de4771a commit e4bd095
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 @@ -77,7 +77,7 @@ jobs:
create_deb_packet:
needs: reset-run-number
# if: github.ref == 'refs/heads/test-actions'
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
env:
VERSION: "7.1.0"
RUN_NUMBER: ${{ needs.reset-run-number.outputs.run-number }}
Expand Down

0 comments on commit e4bd095

Please sign in to comment.