Skip to content

Commit

Permalink
move name fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Apr 28, 2021
1 parent ecdf6a7 commit 63d4c3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: ci

permissions:
contents: read

Expand All @@ -9,7 +11,6 @@ on:
schedule:
- cron: "33 11 * * 6"

name: ci
jobs:
test:
strategy:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: install

permissions:
contents: read

Expand All @@ -11,7 +13,6 @@ on:
schedule:
- cron: "47 18 * * *"

name: install
jobs:
install:
strategy:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/stress.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: stress

permissions:
contents: read

on:
schedule:
- cron: "42 10 * * 3"

name: stress
jobs:
test:
strategy:
Expand Down

0 comments on commit 63d4c3f

Please sign in to comment.