Skip to content

Commit

Permalink
TESTING: set the workflow location to my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh committed Apr 9, 2024
1 parent 7702460 commit fc23c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
contents: write
needs:
- lint_and_test
uses: arcalot/arcaflow-reusable-workflows/.github/workflows/go_release.yaml@main
uses: webbnh/arcaflow-reusable-workflows/.github/workflows/go_release.yaml@main # FIXME: set this back to the arcalot organization after testing
with:
go_version: ${{ vars.ARCALOT_GO_VERSION }}
for_release: ${{ startsWith(github.event.ref, 'refs/tags/') }}

0 comments on commit fc23c4e

Please sign in to comment.