Skip to content

Commit

Permalink
remove PR helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin committed Nov 22, 2023
1 parent 770492a commit c49682f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ jobs:
needs: go
uses: ./.github/workflows/publish.yml


debug_later:
needs: [go]
runs-on: ubuntu-latest
steps:
- run: |
echo ${{ needs.setup.outputs.go-version }}
release:
name: Release
needs: setup
Expand Down

0 comments on commit c49682f

Please sign in to comment.