Skip to content

Commit

Permalink
fix: fix main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emnnipal committed Feb 19, 2022
1 parent 29af6d6 commit 2f1ffe1
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,10 @@ jobs:
outputs:
skipped: ${{ steps.changelog.outputs.skipped }}
steps:
- name: Wait for tests & linter to succeed
uses: lewagon/wait-on-check-action@v1.0.0
- name: Checkout ${{ github.ref }} branch
uses: actions/checkout@v1
with:
ref: ${{ github.ref }}
check-name: 'validations'
repo-token: ${{ secrets.PAT }}
wait-interval: 10

- uses: actions/checkout@v1
with:
ref: main

- id: changelog
name: Conventional Changelog
Expand Down

0 comments on commit 2f1ffe1

Please sign in to comment.