Skip to content

Commit 25f65d7

Browse files
author
David Cavazos
committed
add legacy to old dev tests
1 parent 07c8f84 commit 25f65d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/custard-ci-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727

2828
jobs:
2929
affected:
30-
name: Finding affected tests
30+
name: (legacy) Finding affected tests
3131
runs-on: ubuntu-latest
3232
timeout-minutes: 2
3333
outputs:
@@ -62,7 +62,7 @@ jobs:
6262
6363
nodejs-test:
6464
if: github.event.pull_request && github.event.pull_request.head.repo.fork == false
65-
name: test
65+
name: (legacy) test
6666
needs: affected
6767
runs-on: ubuntu-latest
6868
timeout-minutes: 120 # 2 hours hard limit

.github/workflows/custard-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131
# TODO: remove all jobs except region-tags (should be tested by custard-run workflows)
3232
jobs:
3333
affected:
34-
name: Finding affected tests (legacy)
34+
name: (legacy) Finding affected tests
3535
runs-on: ubuntu-latest
3636
timeout-minutes: 2
3737
outputs:
@@ -123,7 +123,7 @@ jobs:
123123

124124
test:
125125
if: github.event.pull_request && github.event.pull_request.head.repo.fork == false
126-
name: test (legacy)
126+
name: (legacy) test
127127
needs: affected
128128
runs-on: ubuntu-latest
129129
timeout-minutes: 120 # 2 hours hard limit

0 commit comments

Comments
 (0)