Skip to content

Commit f7148bd

Browse files
authored
fix: Change GH workflows to treat release-0.293-clp-connector (instead of main) as the default branch. (#10)
1 parent 5075b03 commit f7148bd

15 files changed

+45
-45
lines changed

.github/workflows/arrow-flight-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ env:
1919
concurrency:
2020
group: "${{github.workflow}}-${{github.ref}}"
2121

22-
# Cancel in-progress jobs for efficiency. Exclude the `main` branch so that each commit to main is
23-
# checked completely.
24-
cancel-in-progress: "${{github.ref != 'refs/heads/main'}}"
22+
# Cancel in-progress jobs for efficiency. Exclude the `release-0.293-clp-connector` branch so
23+
# that each commit to release-0.293-clp-connector is checked completely.
24+
cancel-in-progress: "${{github.ref != 'refs/heads/release-0.293-clp-connector'}}"
2525

2626
jobs:
2727
arrowflight-java-tests:

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ env:
2020
concurrency:
2121
group: "${{github.workflow}}-${{github.ref}}"
2222

23-
# Cancel in-progress jobs for efficiency. Exclude the `main` branch so that each commit to main is
24-
# checked completely.
25-
cancel-in-progress: "${{github.ref != 'refs/heads/main'}}"
23+
# Cancel in-progress jobs for efficiency. Exclude the `release-0.293-clp-connector` branch so
24+
# that each commit to release-0.293-clp-connector is checked completely.
25+
cancel-in-progress: "${{github.ref != 'refs/heads/release-0.293-clp-connector'}}"
2626

2727
jobs:
2828
test:

.github/workflows/hive-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ env:
1616
concurrency:
1717
group: "${{github.workflow}}-${{github.ref}}"
1818

19-
# Cancel in-progress jobs for efficiency. Exclude the `main` branch so that each commit to main is
20-
# checked completely.
21-
cancel-in-progress: "${{github.ref != 'refs/heads/main'}}"
19+
# Cancel in-progress jobs for efficiency. Exclude the `release-0.293-clp-connector` branch so
20+
# that each commit to release-0.293-clp-connector is checked completely.
21+
cancel-in-progress: "${{github.ref != 'refs/heads/release-0.293-clp-connector'}}"
2222

2323
jobs:
2424
changes:

.github/workflows/kudu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ env:
1515
concurrency:
1616
group: "${{github.workflow}}-${{github.ref}}"
1717

18-
# Cancel in-progress jobs for efficiency. Exclude the `main` branch so that each commit to main is
19-
# checked completely.
20-
cancel-in-progress: "${{github.ref != 'refs/heads/main'}}"
18+
# Cancel in-progress jobs for efficiency. Exclude the `release-0.293-clp-connector` branch so
19+
# that each commit to release-0.293-clp-connector is checked completely.
20+
cancel-in-progress: "${{github.ref != 'refs/heads/release-0.293-clp-connector'}}"
2121

2222
jobs:
2323
changes:

.github/workflows/maven-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ env:
1414
concurrency:
1515
group: "${{github.workflow}}-${{github.ref}}"
1616

17-
# Cancel in-progress jobs for efficiency. Exclude the `main` branch so that each commit to main is
18-
# checked completely.
19-
cancel-in-progress: "${{github.ref != 'refs/heads/main'}}"
17+
# Cancel in-progress jobs for efficiency. Exclude the `release-0.293-clp-connector` branch so
18+
# that each commit to release-0.293-clp-connector is checked completely.
19+
cancel-in-progress: "${{github.ref != 'refs/heads/release-0.293-clp-connector'}}"
2020

2121
jobs:
2222
maven-checks:

.github/workflows/prestocpp-format-and-header-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ on:
1414
concurrency:
1515
group: "${{github.workflow}}-${{github.ref}}"
1616

17-
# Cancel in-progress jobs for efficiency. Exclude the `main` branch so that each commit to main is
18-
# checked completely.
19-
cancel-in-progress: "${{github.ref != 'refs/heads/main'}}"
17+
# Cancel in-progress jobs for efficiency. Exclude the `release-0.293-clp-connector` branch so
18+
# that each commit to release-0.293-clp-connector is checked completely.
19+
cancel-in-progress: "${{github.ref != 'refs/heads/release-0.293-clp-connector'}}"
2020

2121
jobs:
2222
prestocpp-format-and-header-check:

.github/workflows/prestocpp-linux-build-and-unit-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ on:
1414
concurrency:
1515
group: "${{github.workflow}}-${{github.ref}}"
1616

17-
# Cancel in-progress jobs for efficiency. Exclude the `main` branch so that each commit to main is
18-
# checked completely.
19-
cancel-in-progress: "${{github.ref != 'refs/heads/main'}}"
17+
# Cancel in-progress jobs for efficiency. Exclude the `release-0.293-clp-connector` branch so
18+
# that each commit to release-0.293-clp-connector is checked completely.
19+
cancel-in-progress: "${{github.ref != 'refs/heads/release-0.293-clp-connector'}}"
2020

2121
jobs:
2222
prestocpp-linux-build-for-test:

.github/workflows/prestocpp-linux-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ on:
5656
concurrency:
5757
group: "${{github.workflow}}-${{github.ref}}"
5858

59-
# Cancel in-progress jobs for efficiency. Exclude the `main` branch so that each commit to main is
60-
# checked completely.
61-
cancel-in-progress: "${{github.ref != 'refs/heads/main'}}"
59+
# Cancel in-progress jobs for efficiency. Exclude the `release-0.293-clp-connector` branch so
60+
# that each commit to release-0.293-clp-connector is checked completely.
61+
cancel-in-progress: "${{github.ref != 'refs/heads/release-0.293-clp-connector'}}"
6262

6363
jobs:
6464
prestocpp-linux-build-engine:

.github/workflows/product-tests-basic-environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ env:
1515
concurrency:
1616
group: "${{github.workflow}}-${{github.ref}}"
1717

18-
# Cancel in-progress jobs for efficiency. Exclude the `main` branch so that each commit to main is
19-
# checked completely.
20-
cancel-in-progress: "${{github.ref != 'refs/heads/main'}}"
18+
# Cancel in-progress jobs for efficiency. Exclude the `release-0.293-clp-connector` branch so
19+
# that each commit to release-0.293-clp-connector is checked completely.
20+
cancel-in-progress: "${{github.ref != 'refs/heads/release-0.293-clp-connector'}}"
2121

2222
jobs:
2323
changes:

.github/workflows/product-tests-specific-environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ env:
1515
concurrency:
1616
group: "${{github.workflow}}-${{github.ref}}"
1717

18-
# Cancel in-progress jobs for efficiency. Exclude the `main` branch so that each commit to main is
19-
# checked completely.
20-
cancel-in-progress: "${{github.ref != 'refs/heads/main'}}"
18+
# Cancel in-progress jobs for efficiency. Exclude the `release-0.293-clp-connector` branch so
19+
# that each commit to release-0.293-clp-connector is checked completely.
20+
cancel-in-progress: "${{github.ref != 'refs/heads/release-0.293-clp-connector'}}"
2121

2222
jobs:
2323
changes:

0 commit comments

Comments
 (0)