Skip to content

Commit

Permalink
Workaround Gitlab user chown
Browse files Browse the repository at this point in the history
  • Loading branch information
tzununbekov committed Feb 20, 2024
1 parent 4f04de7 commit e19359f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build packages
on:
workflow_call:
push:
branches: [master]
branches: [master, ci-migration]
tags:

# Mage's `GenerateEnvFile` talks to GH API to setup tags, versions, etc.
Expand Down Expand Up @@ -106,7 +106,8 @@ jobs:
- name: Build package
run: |
source env.sh
CI=false go run mage.go -v ${{ matrix.platform }}
unset CI # workaround for "PackageAndroid" target
go run mage.go -v ${{ matrix.platform }}
build-swagger:
runs-on: ubuntu-latest
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/tests-and-linters.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Tests
on:
pull_request:
on:
workflow_call:
# pull_request:

env:
GOFLAGS: "-count=1"
Expand Down

0 comments on commit e19359f

Please sign in to comment.