Skip to content

Commit

Permalink
CI: Defines self-hosted CI runners for
Browse files Browse the repository at this point in the history
realease-azeno

Signed-off-by: emmdim <[email protected]>
  • Loading branch information
emmdim committed Oct 20, 2022
1 parent 54aedb9 commit 56b6014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]

jobs:
node-tests:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
gsutil -m cp -r build/* gs://oc-vocdoni-app
gcs-release-production-azeno:
runs-on: self-hosted
runs-on: [self-hosted,ci1]
environment: production
needs:
- node-tests
Expand Down

0 comments on commit 56b6014

Please sign in to comment.