Skip to content

Commit

Permalink
Setup bucket test
Browse files Browse the repository at this point in the history
  • Loading branch information
tzununbekov committed Feb 20, 2024
1 parent 79299d1 commit 43e72e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
go run mage.go -v GenerateEnvFile
- name: Create bucket
if: github.event_name == 'push'
run: go run mage.go -v MakeBucket
# - name: Create bucket
# if: github.event_name == 'push'
# run: go run mage.go -v MakeBucket

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 43e72e8

Please sign in to comment.