Skip to content

Commit

Permalink
Remove unused gh action steps (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
kornys authored Nov 30, 2023
1 parent cbc9a38 commit bbbb03f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
if: github.event_name == 'pull_request'
uses: styfle/[email protected]

- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: 'adopt-openj9'
distribution: 'temurin'
java-version: '17'

- name: Build images
Expand Down

0 comments on commit bbbb03f

Please sign in to comment.