Skip to content

Commit f9502a7

Browse files
committed
chore: sync with ecsact_common
1 parent 3de9dc1 commit f9502a7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: crate-ci/typos@v1.19.0
16+
- uses: crate-ci/typos@cfe759ac8dd421e203cc293a373396fbc6fe0d4b # v1.22.7
1717

1818
formatting-check:
1919
name: Formatting Check
@@ -25,7 +25,9 @@ jobs:
2525
with: { clang-format-version: "18" }
2626

2727
test-windows:
28-
if: (github.event_name == 'pull_request' && github.event.pull_request.user.login == 'renovate[bot]') || (github.event_name == 'merge_group' && github.event.pull_request.user.login != 'renovate[bot]')
28+
if: >-
29+
(github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'renovate[bot]' || github.event.pull_request.user.login == 'seaubot'))
30+
|| (github.event_name == 'merge_group' && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'seaubot')
2931
runs-on: windows-latest
3032
steps:
3133
- uses: actions/cache@v4
@@ -41,7 +43,9 @@ jobs:
4143
working-directory: test
4244

4345
test-linux:
44-
if: (github.event_name == 'pull_request' && github.event.pull_request.user.login == 'renovate[bot]') || (github.event_name == 'merge_group' && github.event.pull_request.user.login != 'renovate[bot]')
46+
if: >-
47+
(github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'renovate[bot]' || github.event.pull_request.user.login == 'seaubot'))
48+
|| (github.event_name == 'merge_group' && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'seaubot')
4549
runs-on: ubuntu-latest
4650
steps:
4751
- uses: actions/cache@v4

0 commit comments

Comments
 (0)