Skip to content

Commit

Permalink
ci: Combine actions to build Yocto
Browse files Browse the repository at this point in the history
The workflows are the same. We can use one file to remove duplication.
I've changed the names of a couple attributes to make things look a
little more sane in the GitHub Actions UI.

Signed-off-by: Andy Doan <[email protected]>
  • Loading branch information
doanac authored and ricardosalveti committed Sep 30, 2024
1 parent ccf9e92 commit 1c339f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 33 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Push Build
name: Build Yocto

on:
pull_request:
push:
branches:
- main

jobs:
kas:
compile:
strategy:
fail-fast: true
matrix:
Expand All @@ -21,7 +22,7 @@ jobs:
with:
fetch-depth: 0

- name: kas build
- name: Kas build
run: |
export DL_DIR=/srv/gh-runners/quic-yocto/downloads
export SSTATE_DIR=/srv/gh-runners/quic-yocto/sstate-cache
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/pull-request.yml

This file was deleted.

0 comments on commit 1c339f2

Please sign in to comment.