Skip to content

Commit

Permalink
Fix dependencies workflow run condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Apr 23, 2024
1 parent 973a98f commit dcbdc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:

dependencies:
runs-on: ubuntu-latest
if: ${{github.ref == 'refs/heads/version/1.20.1' && github.event_name != 'pull_request'}}
steps:
- name: checkout repository
uses: actions/checkout@v4
Expand All @@ -76,7 +77,6 @@ jobs:
distribution: 'temurin'

- name: Build with Gradle and generate dependency Graph
if: ${{github.ref == 'refs/heads/version/1.20.1' && github.event_name != 'pull_request'}}
uses: gradle/gradle-build-action@v2
with:
arguments: dependencies
Expand Down

0 comments on commit dcbdc7e

Please sign in to comment.