Skip to content

Commit

Permalink
Temporarily disable CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rschu1ze committed Jun 28, 2023
1 parent 26b3b68 commit 7e7165b
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
os-gen: monterey
os-arch: arm64

- os-type: macos
os-gen: monterey
os-arch: x64
# temporarily commented out
# - os-type: macos
# os-gen: monterey
# os-arch: x64

steps:
- name: Prepare workspace
Expand Down Expand Up @@ -54,12 +55,13 @@ jobs:

- run: brew test-bot --only-tap-syntax

- run: brew test-bot --only-formulae
if: github.event_name == 'pull_request'
# temporarily disabled
# - run: brew test-bot --only-formulae
# if: github.event_name == 'pull_request'

- name: Upload bottles as artifact
if: github.event_name == 'pull_request'
uses: actions/upload-artifact@main
with:
name: bottles
path: '*.bottle.*'
# - name: Upload bottles as artifact
# if: github.event_name == 'pull_request'
# uses: actions/upload-artifact@main
# with:
# name: bottles
# path: '*.bottle.*'

0 comments on commit 7e7165b

Please sign in to comment.