Skip to content

Commit 3b04e64

Browse files
authored
Disable GQL data update
1 parent 79742ba commit 3b04e64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-gql-data.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: update-gql-data
2-
on:
3-
push:
4-
branches:
5-
- master
2+
on: workflow_dispatch
3+
# push:
4+
# branches:
5+
# - master
66
jobs:
77
update-gql-data:
88
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)