revert testing changes
This commit is contained in:
parent
3f693b4f1d
commit
e4c647f9f5
2 changed files with 2 additions and 6 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -17,9 +17,6 @@ jobs:
|
|||
ci:
|
||||
name: CI
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
@ -27,8 +24,7 @@ jobs:
|
|||
- name: Refresh module hashsums
|
||||
run: make tidy
|
||||
- name: Build
|
||||
run: |
|
||||
make build
|
||||
run: make build
|
||||
env:
|
||||
VERSION: latest
|
||||
|
||||
|
|
|
|||
|
|
@ -50,4 +50,4 @@ outputs:
|
|||
description: The status of the approval ("approved" or "denied")
|
||||
runs:
|
||||
using: docker
|
||||
image: docker://ghcr.io/trstringer/manual-approval:latest
|
||||
image: docker://ghcr.io/trstringer/manual-approval:1.9.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue