Skip to content

Commit

Permalink
fix: update workflow job to run on shopify-ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiusj committed Nov 15, 2023
1 parent d4e90bc commit 0dd2f5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

jobs:
cla:
runs-on: ubuntu-latest
runs-on: shopify-ubuntu-latest
if: |
(github.event.issue.pull_request
(github.event.issue.pull_request
&& !github.event.issue.pull_request.merged_at
&& contains(github.event.comment.body, 'signed')
)
)
|| (github.event.pull_request && !github.event.pull_request.merged)
steps:
- uses: Shopify/shopify-cla-action@v1
Expand Down

0 comments on commit 0dd2f5a

Please sign in to comment.