Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/namespace #2891

Merged
merged 21 commits into from
Jul 18, 2024
Prev Previous commit
Next Next commit
[goreleaser]
  • Loading branch information
trajan0x committed Jul 18, 2024
commit b0f174d8e9b29d0be190338c1fe7eb1b450ad60f
2 changes: 0 additions & 2 deletions .github/workflows/goreleaser-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ jobs:
- name: Set environment variable
run: echo "RUNNER_LABEL=${{ runner.labels }}" >> $GITHUB_ENV

# can't be turned into a composite action
- name: Git Checkout (gh)
if: !contains(env.RUNNER_LABEL, 'namespace')
uses: actions/checkout@v4
Expand All @@ -152,7 +151,6 @@ jobs:
run: nsc git-checkout update-submodules --mirror_base_path=${NSC_GIT_MIRROR} --repository_path=${GITHUB_WORKSPACE} --recurse



- name: Set up cache
if: contains(env.RUNNER_LABEL, 'ubuntu-latest')
uses: actions/cache@v4
Expand Down
Loading