Skip to content

Commit f0d827d

Browse files
authored
disable buildscript update checks in CI (#2796)
1 parent c1c3bd1 commit f0d827d

5 files changed

Lines changed: 9 additions & 49 deletions

File tree

.github/workflows/format_java.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
formatting:
1616
name: Formatting
1717
runs-on: ubuntu-latest
18+
env:
19+
DISABLE_BUILDSCRIPT_UPDATE_CHECK: true
1820

1921
steps:
2022
- name: Checkout Repository

.github/workflows/nuclear_test_release.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/publish_project.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
permissions:
2525
contents: write # needed to create GitHub releases
2626

27+
env:
28+
DISABLE_BUILDSCRIPT_UPDATE_CHECK: true
29+
2730
steps:
2831
- name: Checkout Repository
2932
uses: actions/checkout@v4

.github/workflows/test_java.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
test:
1616
name: Tests
1717
runs-on: ubuntu-latest
18+
env:
19+
DISABLE_BUILDSCRIPT_UPDATE_CHECK: true
1820

1921
steps:
2022
- name: Checkout Repository

.github/workflows/update_gradle_cache.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
update-cache:
1717
name: Update Grade Cache
1818
runs-on: ubuntu-latest
19+
env:
20+
DISABLE_BUILDSCRIPT_UPDATE_CHECK: true
1921

2022
steps:
2123
- name: Checkout Repository

0 commit comments

Comments
 (0)