Skip to content

Commit f31dbe8

Browse files
authored
Pull request update/250425
5176d4d OSN-820. Fixed dependabot workflow permissions issue 30e13e7 OSN-816. Improved diworker logging de65c4f OSN-810. Removed ohsu and pharos
2 parents 00975cd + 5176d4d commit f31dbe8

File tree

105 files changed

+61
-1563
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+61
-1563
lines changed

.github/workflows/test_arcee.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build arcee test image and run tests on it
22
run-name: Build arcee test image and run tests on it - started by ${{ github.actor }}
3+
permissions: read-all
34
on:
45
pull_request:
56
types: [opened, synchronize]

.github/workflows/test_auth.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build auth test image and run tests on it
22
run-name: Build auth test image and run tests on it - started by ${{ github.actor }}
3+
permissions: read-all
34
on:
45
pull_request:
56
types: [opened, synchronize]

.github/workflows/test_bi_exporter.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build bi_exporter test image and run tests on it
22
run-name: Build bi_exporter test image and run tests on it - started by ${{ github.actor }}
3+
permissions: read-all
34
on:
45
pull_request:
56
types: [opened, synchronize]

.github/workflows/test_bi_scheduler.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build bi_scheduler test image and run tests on it
22
run-name: Build bi_scheduler test image and run tests on it - started by ${{ github.actor }}
3+
permissions: read-all
34
on:
45
pull_request:
56
types: [opened, synchronize]

.github/workflows/test_booking_observer.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build booking_observer test image and run tests on it
22
run-name: Build booking_observer test image and run tests on it - started by ${{ github.actor }}
3+
permissions: read-all
34
on:
45
pull_request:
56
types: [opened, synchronize]

.github/workflows/test_bulldozer.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build bulldozer test image and run tests on it
22
run-name: Build bulldozer test image and run tests on it - started by ${{ github.actor }}
3+
permissions: read-all
34
on:
45
pull_request:
56
types: [opened, synchronize]

.github/workflows/test_bumischeduler.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build bumischeduler test image and run tests on it
22
run-name: Build bumischeduler test image and run tests on it - started by ${{ github.actor }}
3+
permissions: read-all
34
on:
45
pull_request:
56
types: [opened, synchronize]

.github/workflows/test_bumiworker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build bumiworker test image and run tests on it
22
run-name: Build bumiworker test image and run tests on it - started by ${{ github.actor }}
3+
permissions: read-all
34
on:
45
pull_request:
56
types: [opened, synchronize]

.github/workflows/test_calendar_observer.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build calendar_observer test image and run tests on it
22
run-name: Build calendar_observer test image and run tests on it - started by ${{ github.actor }}
3+
permissions: read-all
34
on:
45
pull_request:
56
types: [opened, synchronize]

.github/workflows/test_cleanelkdb.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build cleanelkdb test image and run tests on it
22
run-name: Build cleanelkdb test image and run tests on it - started by ${{ github.actor }}
3+
permissions: read-all
34
on:
45
pull_request:
56
types: [opened, synchronize]

0 commit comments

Comments
 (0)