Skip to content

Commit

Permalink
dev: do less in the no-op step
Browse files Browse the repository at this point in the history
  • Loading branch information
midgleyc committed Sep 20, 2021
1 parent c8bd513 commit 5a61886
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@ jobs:
os: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: No-op
run: echo noop
3 changes: 2 additions & 1 deletion .github/workflows/test_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,5 @@ jobs:
os: [ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v2
- name: No-op
run: echo noop

0 comments on commit 5a61886

Please sign in to comment.