Skip to content

Commit

Permalink
chore: disable MANUAL_BUILD of gwos and gwos-evm temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Oct 16, 2023
1 parent c36f330 commit 785f04e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/godwoken-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
MANUAL_BUILD_GODWOKEN=true
GODWOKEN_GIT_URL="https://github.com/${{ github.repository }}"
GODWOKEN_GIT_CHECKOUT=${{ github.ref }}
MANUAL_BUILD_SCRIPTS=true
MANUAL_BUILD_SCRIPTS=false
SCRIPTS_GIT_URL="https://github.com/${{ github.repository }}"
SCRIPTS_GIT_CHECKOUT=${{ github.ref }}
MANUAL_BUILD_POLYJUICE=true
MANUAL_BUILD_POLYJUICE=false
POLYJUICE_GIT_URL="https://github.com/${{ github.repository }}"
POLYJUICE_GIT_CHECKOUT=${{ github.ref }}
MANUAL_BUILD_WEB3=true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/web3-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ env:
MANUAL_BUILD_GODWOKEN: "true"
GODWOKEN_GIT_URL: "https://github.com/${{ github.repository }}"
GODWOKEN_GIT_CHECKOUT: "${{ github.ref }}"
MANUAL_BUILD_SCRIPTS: "true"
MANUAL_BUILD_SCRIPTS: "false"
SCRIPTS_GIT_URL: "https://github.com/${{ github.repository }}"
SCRIPTS_GIT_CHECKOUT: "${{ github.ref }}"
MANUAL_BUILD_POLYJUICE: "true"
MANUAL_BUILD_POLYJUICE: "false"
POLYJUICE_GIT_URL: "https://github.com/${{ github.repository }}"
POLYJUICE_GIT_CHECKOUT: "${{ github.ref }}"
MANUAL_BUILD_WEB3: "true"
Expand Down

0 comments on commit 785f04e

Please sign in to comment.