Skip to content

Commit

Permalink
reverting schema upload change
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewguywright committed Feb 23, 2024
1 parent 5784a22 commit b50dc13
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/upload-schema-artifact.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Upload Schema Artifact

on:
release:
types: [ published ]
workflow_run:
workflows: ["Release"]
types:
- completed

jobs:
run:
Expand Down Expand Up @@ -36,4 +38,4 @@ jobs:
with:
files: /tmp/schema.graphql
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit b50dc13

Please sign in to comment.