Skip to content

Commit

Permalink
Apply npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast committed Nov 23, 2023
1 parent c02dc1d commit 5b8c670
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/example-13.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
name: "Example 13: Self-hosted"

on:
pull_request: # temporary, remove after pipeline is setup to save resources
pull_request: # temporary, remove after pipeline is setup to save resources
branches:
- "main"
- "main"
- "develop"
push:
branches:
- "develop"
- "main"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
group:
${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

jobs:
Expand All @@ -21,7 +22,13 @@ jobs:
(github.event_name == 'schedule' && github.repository ==
'conda-incubator/setup-miniconda') || (github.event_name != 'schedule')
name: Ex1 (${{ matrix.python-version }}, ${{ matrix.os }})
runs-on: ['cirun-openstack-cpu-small--${{ github.run_id }}', 'linux', 'x64', 'self-hosted']
runs-on:
[
"cirun-openstack-cpu-small--${{ github.run_id }}",
"linux",
"x64",
"self-hosted",
]
timeout-minutes: 30
strategy:
fail-fast: false
Expand Down

0 comments on commit 5b8c670

Please sign in to comment.