Skip to content

Commit

Permalink
Update create-subgraph.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
estfe authored Oct 26, 2023
1 parent 4423701 commit 02a5968
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-subgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ on:
jobs:
create-subgraph:
environment: development
runs-on: [self-hosted, development]
runs-on:
- self-hosted
- ${{ (github.event.inputs.environment == 'development' && 'subgraphs-dev') || (github.event.inputs.environment == 'production' && 'subgraphs-prod') }}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 02a5968

Please sign in to comment.