Skip to content

releasing package ubuntu-core-initramfs version 51.8 #287

releasing package ubuntu-core-initramfs version 51.8

releasing package ubuntu-core-initramfs version 51.8 #287

Workflow file for this run

name: Tests
on:
schedule:
# Weekly sunday testing for bitrot
- cron: '0 12 * * 0'
push:
branches:
- core20
pull_request:
branches:
- core20
jobs:
build:
runs-on: self-hosted
steps:
- name: Cleanup job workspace
id: cleanup-job-workspace
run: |
rm -rf "${{ github.workspace }}"
mkdir "${{ github.workspace }}"
- uses: actions/checkout@v2
- name: Run tests
run: |
spread google-nested:
- name: Discard spread workers
if: always()
run: |
shopt -s nullglob
for r in .spread-reuse.*.yaml; do
spread -discard -reuse-pid="$(echo "$r" | grep -o -E '[0-9]+')"
done