Skip to content

Commit

Permalink
Drop version check from libvirt workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Jun 15, 2024
1 parent 9e8d676 commit b8afcad
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/libvirt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,6 @@ on:
- master

jobs:
version:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Check if galaxy.yml has been modified
run: |
# Get a list of all modified files in this PR
FILES_CHANGED=$(git diff --name-only HEAD^ HEAD)
echo "Files changed: $FILES_CHANGED"
# Check if galaxy.yml is in the list of changed files
if [[ $FILES_CHANGED != *"galaxy.yml"* ]]; then
echo "Error: galaxy.yml has not been modified."
exit 1
fi
libvirt:
name: libvirt
runs-on: libvirt
Expand Down

0 comments on commit b8afcad

Please sign in to comment.