Skip to content

Commit

Permalink
try this out
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwparas committed Sep 2, 2024
1 parent e26676f commit 70bcf5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:

optimize:
name: PGO Build
shell: bash
strategy:
matrix:
os: [
Expand All @@ -40,6 +39,9 @@ jobs:
# needs: check_changes
# if: ${{needs.check_changes.outputs.should_run != 'false'}}
runs-on: ${{ matrix.os.os }}
defaults:
run:
shell: bash
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 70bcf5c

Please sign in to comment.