Skip to content

Commit

Permalink
fix connected check workflow deps
Browse files Browse the repository at this point in the history
  • Loading branch information
serggl committed Jul 11, 2024
1 parent af6a5d9 commit b792a85
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/connected-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- '*'

pull_request:
branches:
- master

jobs:
run-connected-checks:
# put [skip ci] into the commit message if you don't want to run this workflow
Expand All @@ -15,14 +19,15 @@ jobs:

steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.5.0
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}

- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-java@v1
- uses: actions/setup-java@v4
with:
distribution: oracle
java-version: 11

- name: Set up build properties
Expand Down

0 comments on commit b792a85

Please sign in to comment.