Skip to content

Commit

Permalink
chore(ci): format workflows (akash-network#233)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian authored Apr 22, 2024
1 parent c554a1c commit c96d15b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cron-integration-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: Integration tests on schedule

on:
schedule:
- cron: '0 */12 * * *'
- cron: '0 */12 * * *'

jobs:
call-integration-tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Integration tests

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: release

defaults:
Expand Down

0 comments on commit c96d15b

Please sign in to comment.