Skip to content

Add support for building images from ostree containers and the Fedora CoreOS qcow2 image type #603

Add support for building images from ostree containers and the Fedora CoreOS qcow2 image type

Add support for building images from ostree containers and the Fedora CoreOS qcow2 image type #603

Workflow file for this run

name: GitLab
# NOTE(mhayden): Restricting branches prevents jobs from being doubled since
# a push to a pull request triggers two events.
on:
pull_request:
branches:
- "*"
# for merge queue
merge_group:
jobs:
gitlab-ci-helper:
name: "Gitlab CI trigger helper"
runs-on: ubuntu-latest
env:
SKIP_CI: ${{ (github.event.pull_request.draft == true || contains(github.event.pull_request.labels.*.name, 'WIP')) && !contains(github.event.pull_request.labels.*.name, 'WIP+test') }}
steps:
- name: Write PR status
run: echo "$SKIP_CI" > SKIP_CI.txt
- name: Upload status
uses: actions/upload-artifact@v3
with:
name: PR_STATUS
path: SKIP_CI.txt