Skip to content

Commit

Permalink
test lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovic-ivan committed Jul 21, 2022
1 parent 4089385 commit 7e9cd65
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/update-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ env:
jobs:
check-version:
runs-on: ubuntu-20.04
outputs:
matching: ${{ steps.compare-versions.outputs.matching }}
steps:
- name: Checkout Packer Project
uses: actions/checkout@v3
Expand Down Expand Up @@ -44,8 +42,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh pr create --title "[bot] Bump versions" --body "Versions bumped" -B main -H $NEW_BRANCH

call-linter:
needs: check-version
if: ${{ needs.check-version.outputs.matching == 'false'}}
uses: pavlovic-ivan/ephemeral-github-runner-image/.github/workflows/lint.yaml@${{ env.NEW_BRANCH }}

0 comments on commit 7e9cd65

Please sign in to comment.