Skip to content

Commit

Permalink
test packit job
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Oct 10, 2023
1 parent 9122f03 commit dc82eb5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test-packit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Test Packit
on:
workflow_run:
workflows:
- "Packit-as-a-Service"
types:
- completed

jobs:
test-packit:
name: Test if Packit is done
runs-on: ubuntu-latest
steps:
- name: print success
run: echo "success"

0 comments on commit dc82eb5

Please sign in to comment.