Skip to content

Commit

Permalink
fix: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Feb 20, 2024
1 parent 8a504ea commit 9fd449b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blade-bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
pr-bundle-size:
name: Generate PR Report
runs-on: macos-14 # nosemgrep: non-self-hosted-runner
runs-on: ubuntu-latest # nosemgrep: non-self-hosted-runner
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Checkout Codebase
Expand All @@ -39,7 +39,7 @@ jobs:

master-bundle-size:
name: Update Base Stats
runs-on: macos-14 # nosemgrep: non-self-hosted-runner
runs-on: ubuntu-latest # nosemgrep: non-self-hosted-runner
if: ${{ github.event_name == 'push' }}
steps:
- name: Checkout Codebase
Expand Down

0 comments on commit 9fd449b

Please sign in to comment.