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 cff0b14 commit 4b7b4cdCopy full SHA for 4b7b4cd
.github/workflows/gradle-wrapper-validation.yml
@@ -3,12 +3,20 @@
3
# This workflow was copied from the link above.
4
5
name: "Validate Gradle Wrapper"
6
-on: [push, pull_request]
+on:
7
+ push:
8
+ branches: [main, 'rel-*']
9
+ pull_request:
10
11
+ workflow_dispatch:
12
13
jobs:
14
validation:
15
name: "Validation"
- runs-on: ubuntu-latest
16
+ runs-on: ["self-hosted", "1ES.Pool=onnxruntime-examples-Ubuntu2204-CPU"]
17
steps:
18
- uses: actions/checkout@v5
19
- uses: gradle/actions/wrapper-validation@v4
20
+concurrency:
21
+ group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.ref || github.sha }}
22
+ cancel-in-progress: true
0 commit comments