Skip to content

Commit db93b3e

Browse files
committed
fix gh actions
1 parent 5b4a54c commit db93b3e

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/deploy-subgraph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ jobs:
6565
--deploy-key ${{ secrets.GRAPH_DEPLOY_KEY }} \
6666
${{ inputs.subgraph-name }} \
6767
${{ inputs.manifest-file }} \
68-
--version-label ${GITHUB_SHA::8} > deployment.log 2>&1
68+
--version-label ${GITHUB_SHA::8}

.github/workflows/deploy-v3-pools.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
branches: main
55
paths:
66
- "subgraphs/v3-pools/**"
7+
workflow_dispatch:
8+
79
jobs:
810
deploy-mainnet:
911
uses: ./.github/workflows/deploy-subgraph.yml

.github/workflows/deploy-v3-vault.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
branches: main
55
paths:
66
- "subgraphs/v3-vault/**"
7+
workflow_dispatch:
8+
79
jobs:
810
deploy-mainnet:
911
uses: ./.github/workflows/deploy-subgraph.yml

0 commit comments

Comments
 (0)