Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed May 12, 2022
1 parent 360d4fe commit 64c7626
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
Formatting:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: [ ubuntu-latest, macos-latest ]
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2.4.2
Expand All @@ -29,7 +29,7 @@ jobs:

build:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: [ ubuntu-latest, macos-latest ]
runs-on: macos-latest

steps:
- uses: actions/checkout@v2.4.2
Expand All @@ -40,7 +40,7 @@ jobs:

Linting:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: [ ubuntu-latest, macos-latest ]
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2.4.2
Expand Down

0 comments on commit 64c7626

Please sign in to comment.