We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d4fc5 commit 82f8aebCopy full SHA for 82f8aeb
1 file changed
.github/workflows/ci-cd.yml
@@ -4,11 +4,11 @@ on:
4
push:
5
workflow_dispatch:
6
schedule:
7
- - cron: '15 2 * * *'
+ - cron: '0 0 * * 0'
8
9
jobs:
10
build:
11
- runs-on: ubuntu-latest
+ runs-on: [ubuntu-latest, buildjet-4vcpu-ubuntu-2204-arm]
12
strategy:
13
matrix:
14
version: [16, 18]
@@ -17,9 +17,6 @@ jobs:
17
- name: Checkout code
18
uses: actions/checkout@v3
19
20
- - name: Set up Docker Buildx
21
- uses: docker/setup-buildx-action@v2.2.1
22
-
23
- name: Cache Docker layers
24
uses: actions/cache@v3.0.11
25
with:
0 commit comments