Skip to content

Commit

Permalink
Try to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock committed Mar 14, 2023
1 parent 10d8960 commit 960ef69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dump-config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Dump config

on: [push, pull_request]
on: [push]

jobs:
dump-config:
Expand All @@ -10,7 +10,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}

- name: Setup Ruby
Expand Down

0 comments on commit 960ef69

Please sign in to comment.