Skip to content

Commit

Permalink
chore: Update the ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kpears201 committed Sep 5, 2024
1 parent de54b14 commit c4982b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
# Check if next can merge into main
perform_merge:
name: Perform merge if "next" can merge into "main"
runs-on: comcast-ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
message_on_failure:
name: Merge failure
needs: perform_merge
runs-on: comcast-ubuntu-latest
runs-on: ubuntu-latest
if: ${{ failure() }}

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge-to-next-major.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
# Check if next can merge into next-major
perform_merge:
name: Perform merge if "next" can merge into "next-major"
runs-on: comcast-ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
message_on_failure:
name: Merge failure
needs: perform_merge
runs-on: comcast-ubuntu-latest
runs-on: ubuntu-latest
if: ${{ failure() }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
jobs:
build:

runs-on: comcast-ubuntu-latest
runs-on: ubuntu-latest

strategy:
matrix:
Expand Down

0 comments on commit c4982b1

Please sign in to comment.