Skip to content

Commit 2bb3ac0

Browse files
committed
Deprecate runner test action
1 parent a197fb0 commit 2bb3ac0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test_runner.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Runner Tests
22

3-
on:
4-
push:
5-
branches: [main]
6-
pull_request:
7-
branches: [main, "release/*"]
3+
#on:
4+
# push:
5+
# branches: [main]
6+
# pull_request:
7+
# branches: [main, "release/*"]
88

99
jobs:
1010
run_tests_ubuntu:
@@ -18,10 +18,10 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v5
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

@@ -48,10 +48,10 @@ jobs:
4848

4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@v3
51+
uses: actions/checkout@v5
5252

5353
- name: Set up Python 3.10
54-
uses: actions/setup-python@v4
54+
uses: actions/setup-python@v6
5555
with:
5656
python-version: "3.10"
5757

0 commit comments

Comments
 (0)