We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d01de commit e5214feCopy full SHA for e5214fe
.github/workflows/validate-pr.yml
@@ -3,7 +3,11 @@ name: Validate PR
3
on:
4
workflow_dispatch:
5
pull_request:
6
- types: [auto_merge_enabled]
+ branches: [main]
7
+
8
+concurrency:
9
+ group: ${{ github.workflow }}-${{ github.ref }}
10
+ cancel-in-progress: true
11
12
jobs:
13
validate-pr:
@@ -17,7 +21,7 @@ jobs:
17
21
java-version: '21'
18
22
distribution: 'temurin'
19
23
- name: Setup Gradle
20
- uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
24
+ uses: gradle/actions/setup-gradle@v4
25
26
- name: Clean Build with Gradle
27
run: ./gradlew clean build
0 commit comments