Skip to content

Commit b254fef

Browse files
committed
beman-submodule: Bump infra; remove .github/workflows submodule
This applies the separation of beman-tidy out of the infra repository and should fix any failing beman-submodule consistency checks in CI. Also update .github/workflows to remove the beman-submodule and use tagged infra-workflows link for reusable workflows.
1 parent 4ca7476 commit b254fef

File tree

82 files changed

+253
-3334
lines changed

Some content is hidden

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

82 files changed

+253
-3334
lines changed

.github/workflows/.beman_submodule

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

.github/workflows/.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/LICENSE

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

.github/workflows/README.md

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

.github/workflows/ci_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ on:
1313

1414
jobs:
1515
beman-submodule-check:
16-
uses: ./.github/workflows/reusable-beman-submodule-check.yml
16+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml@1.1.0
1717

1818
preset-test:
19-
uses: ./.github/workflows/reusable-beman-preset-test.yml
19+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml@1.1.0
2020
with:
2121
matrix_config: >
2222
[
@@ -29,7 +29,7 @@ jobs:
2929
]
3030
3131
build-and-test:
32-
uses: ./.github/workflows/reusable-beman-build-and-test.yml
32+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-build-and-test.yml@1.1.0
3333
with:
3434
matrix_config: >
3535
{
@@ -114,4 +114,4 @@ jobs:
114114
create-issue-when-fault:
115115
needs: [preset-test, build-and-test]
116116
if: failure() && github.event_name == 'schedule'
117-
uses: ./.github/workflows/reusable-beman-create-issue-when-fault.yml
117+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-create-issue-when-fault.yml@1.1.0

0 commit comments

Comments
 (0)