Skip to content

Development: Fix the exam submission recovery e2e test reloading with a cold HTTP cache #6626

Development: Fix the exam submission recovery e2e test reloading with a cold HTTP cache

Development: Fix the exam submission recovery e2e test reloading with a cold HTTP cache #6626

name: Pull Request Closed
on:
pull_request_target:
types: [closed]
permissions:
contents: read
jobs:
# If a PR is closed the docker image should be deleted to save space
purge-image:
name: Delete image from ghcr.io
runs-on: ubuntu-latest
steps:
- name: Delete image
uses: bots-house/ghcr-delete-image-action@3827559c68cb4dcdf54d813ea9853be6d468d3a4 # v1.1.0
with:
owner: ${{ github.repository_owner }}
name: artemis
token: ${{ secrets.GH_TOKEN_ADD_TO_PROJECT }}
tag: pr-${{ github.event.pull_request.number }}
untagged-older-than: 28