cleanup workflow files

This commit is contained in:
Anton-4 2022-06-17 19:36:17 +02:00
parent 28fecb97e1
commit 69290040ad
No known key found for this signature in database
GPG Key ID: C954D6E0F9C0ABFD
2 changed files with 7 additions and 7 deletions

View File

@ -1,14 +1,16 @@
on: [pull_request]
name: Nightly Release Build
name: Nightly Release Apple Silicon
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Test and Build
test-and-build:
name: Rust tests, build and package nightly release
runs-on: [self-hosted, macOS, ARM64]
timeout-minutes: 90
env:
FORCE_COLOR: 1 # for earthly logging
steps:
- uses: actions/checkout@v2
- name: zig version

View File

@ -14,8 +14,6 @@ jobs:
name: nix-m1
runs-on: [self-hosted, macOS, ARM64]
timeout-minutes: 90
env:
FORCE_COLOR: 1
steps:
- uses: actions/checkout@v2
with: