Skip to content

ci: test ci

ci: test ci #87

Workflow file for this run

name: Test
on: [push]
jobs:
# test:
# runs-on: ubuntu-latest
# steps:
# - name: Print github context
# run: echo '${{ toJSON(github) }}'
clean:
runs-on: ubuntu-latest
name: Delete old test images
steps:
- uses: snok/[email protected]
with:
account: killmenot
token: ${{ secrets.PAT }}
image-names: "github-test-staging"
#image-tags: "*alpha*"
cut-off: 1m
dry-run: true