Skip to content

Commit

Permalink
ci: 🎡 workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
canercandan committed Sep 2, 2022
1 parent 3d907dd commit d8aca0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrationtest1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- "ui/**"

jobs:
test:
integration:
timeout-minutes: 40
runs-on: ubuntu-20.04
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrationtest2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- "ui/**"

jobs:
test:
integration:
timeout-minutes: 40
runs-on: ubuntu-20.04
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrationtest3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- "ui/**"

jobs:
test:
integration:
timeout-minutes: 40
runs-on: ubuntu-20.04
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/localnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push]

jobs:
build:
if: ${{ false }}
name: Build Stack
defaults:
run:
Expand Down

0 comments on commit d8aca0b

Please sign in to comment.