Skip to content

Commit 3003718

Browse files
committed
ci: temp fix
1 parent e8fbbf1 commit 3003718

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/ci_test.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
name: R CI
1+
name: Test CI
22

3-
on:
4-
pull_request:
5-
push:
6-
branches: [main]
3+
on: [push]
74

85
jobs:
96
test:
107
runs-on: ubuntu-latest
11-
128
steps:
13-
- name: Check out repository
14-
- uses: actions/checkout@v6
15-
- run: echo "CI works"
9+
- uses: actions/checkout@v4
10+
- run: echo "CI works"

0 commit comments

Comments
 (0)