Skip to content

Commit

Permalink
Revert "Use fork of ipdx workflows"
Browse files Browse the repository at this point in the history
This reverts commit 75fadbc.
  • Loading branch information
MarcoPolo committed Oct 22, 2024
1 parent 75fadbc commit 451b600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ concurrency:

jobs:
go-check:
uses: marcopolo/unified-github-workflows/.github/workflows/go-check.yml@336e55601e4c805c426dcb5d87d716c69c9fda7c
uses: ipdxco/unified-github-workflows/.github/workflows/go-check.yml@v1.0
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ concurrency:

jobs:
go-test:
uses: marcopolo/unified-github-workflows/.github/workflows/go-test.yml@336e55601e4c805c426dcb5d87d716c69c9fda7c
uses: ipdxco/unified-github-workflows/.github/workflows/go-test.yml@v1.0
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 451b600

Please sign in to comment.