Skip to content

Commit

Permalink
Merge pull request #192 from wpengine/feature/mw-schema-linter
Browse files Browse the repository at this point in the history
Schema Linter: reverting schema upload change
  • Loading branch information
matthewguywright authored Feb 26, 2024
2 parents 4194606 + b50dc13 commit f7ac092
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 f7ac092

Please sign in to comment.