Skip to content

Commit 86cafe3

Browse files
caspervonbByron
authored andcommitted
chore: rename workflows
1 parent 9822041 commit 86cafe3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rust.yml renamed to .github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: testing
1+
name: ci
22

33
on:
44
push:

.github/workflows/cron-stress.yml renamed to .github/workflows/cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: stress
1+
name: cron
22

33
on:
44
schedule:
55
- cron: '0 13,1 * * *'
66
workflow_dispatch:
77

88
jobs:
9-
build-lint-test-benchmark:
9+
stress:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)