Skip to content

Commit

Permalink
Don't need 4 core runner for debugging purposes. Remove until I know …
Browse files Browse the repository at this point in the history
…workflow is working ok.
  • Loading branch information
vqmarkman committed Mar 27, 2024
1 parent bdc2877 commit 92d61fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Nightly
name: Nightly OpsCenter Tests

on:
workflow_dispatch:
Expand All @@ -14,7 +14,7 @@ concurrency:

jobs:
cypress-nightly-tests:
runs-on: ubuntu-latest-4-cores
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 92d61fc

Please sign in to comment.