We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fdd6e commit 68d12d1Copy full SHA for 68d12d1
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
test-build:
13
name: Test Build on Pull Request
14
if: github.event_name == 'pull_request'
15
- runs-on: ubuntu-latest-8-cores
+ runs-on: ubuntu-latest-m
16
steps:
17
- name: Checkout repository
18
uses: actions/checkout@v4
@@ -36,7 +36,7 @@ jobs:
36
build-and-push:
37
name: Build and Push on Main
38
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
39
40
permissions:
41
contents: read
42
packages: write
0 commit comments