Skip to content

Commit

Permalink
🍏🐛 Fix all jobs in GitHub Workflow for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
bramus committed May 13, 2022
1 parent e3d8e46 commit ce42b3a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}

- name: Set up Node
uses: actions/setup-node@v2
Expand All @@ -73,8 +71,6 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}

- name: Set up Node
uses: actions/setup-node@v2
Expand Down

0 comments on commit ce42b3a

Please sign in to comment.