Skip to content

Commit

Permalink
chore(repo): setup gh dev env (#2473)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerbot committed Jul 11, 2023
1 parent b3eb5fc commit 55b4890
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main-access.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ defaults:
jobs:
deploy:
runs-on: ubuntu-latest
environment: dev
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ defaults:
jobs:
deploy:
runs-on: ubuntu-latest
environment: dev
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-address.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ defaults:
jobs:
deploy:
runs-on: ubuntu-latest
environment: dev
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-console.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ defaults:
jobs:
build-publish-test-console-dev:
runs-on: ubuntu-latest
environment: dev
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-edges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ defaults:
jobs:
deploy:
runs-on: ubuntu-latest
environment: dev
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-email.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ defaults:
jobs:
deploy:
runs-on: ubuntu-latest
environment: dev
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-galaxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
build-publish-test-galaxy-dev:
runs-on: ubuntu-latest
timeout-minutes: 60
environment: dev
steps:
- uses: actions/checkout@v2

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ defaults:
jobs:
deploy:
runs-on: ubuntu-latest
environment: dev
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-logbridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ defaults:
jobs:
deploy:
runs-on: ubuntu-latest
environment: dev
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-passport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ defaults:
jobs:
build-publish-test-passport-dev:
runs-on: ubuntu-latest
environment: dev
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ defaults:
jobs:
build-publish-test-profile-dev:
runs-on: ubuntu-latest
environment: dev
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-starbase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ defaults:
jobs:
deploy:
runs-on: ubuntu-latest
environment: dev
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ defaults:
jobs:
deploy:
runs-on: ubuntu-latest
environment: dev
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 55b4890

Please sign in to comment.