Skip to content

Update container-test.yml #2

Update container-test.yml

Update container-test.yml #2

name: container test

Check failure on line 1 in .github/workflows/container-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/container-test.yml

Invalid workflow file

`workflow-dispatch` is not a valid event name
on:
workflow-dispatch:
jobs:
container-test-job:
runs-on: ubuntu-latest
container:
image: rockylinux/rockylinux:8.8
steps:
- name: list files
run: ls -al /etc