Skip to content

Commit

Permalink
debug: test ubunut-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Oct 20, 2023
1 parent 6bac86d commit 7dd0b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# If this was a workflow dispatch event, we need to generate and push a tag
# for goreleaser to grab
version_bump:
needs: [lint, markdown-linter, test]
# needs: [lint, markdown-linter, test]
runs-on: ubuntu-latest
permissions: "write-all"
steps:
Expand All @@ -70,7 +70,7 @@ jobs:
# Generate the release with goreleaser to include pre-built binaries
goreleaser:
needs: version_bump
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: |
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'push' && contains(github.ref, 'refs/tags/'))
Expand Down

0 comments on commit 7dd0b1e

Please sign in to comment.