Skip to content

Commit

Permalink
fix: reusable workflows can't have runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
sethidden committed Jun 21, 2022
1 parent 0cea4bd commit af57df1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-vue-storefront-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ jobs:
LAST_COMMIT: ${{ github.sha }}

deploy:
runs-on: ubuntu-latest
needs: [create-deployment, build]
uses: ./.github/workflows/deployment-template.yml
with:
Expand Down

0 comments on commit af57df1

Please sign in to comment.