Skip to content

Commit

Permalink
Teste
Browse files Browse the repository at this point in the history
  • Loading branch information
Odilhao committed May 6, 2024
1 parent 459459f commit 09c363e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/requirement-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Check Requirements Update

on:
pull_request:
types: [ labeled ]
paths:
- 'automation/requirements.txt'

Expand Down Expand Up @@ -31,7 +30,7 @@ jobs:
printf '#!/bin/bash\necho "$GIT_AUTHOR_NAME <$GIT_AUTHOR_EMAIL>"' | sudo tee /usr/local/bin/rpmdev-packager
sudo chmod +x /usr/local/bin/*
- name: Sort Updated Libs
run: git diff --unified=0 origin/rpm/develop..origin/${GITHUB_HEAD_REF} automation/requirements.txt | grep -Po '(?<=^\+)(?!\+\+).*' > $PACKAGE_TO_UPDATE
run: git diff --unified=0 origin/rpm/develop..${GITHUB_REF_NAME} automation/requirements.txt | grep -Po '(?<=^\+)(?!\+\+).*' > $PACKAGE_TO_UPDATE
- name: Check if package can be updated
run: |
set +e
Expand Down
2 changes: 1 addition & 1 deletion automation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pulpcore==3.49.5
pulpcore==3.49.6
pulp-container==2.20.0
pulp-deb==3.2.0
pulp-rpm==3.25.3
Expand Down

0 comments on commit 09c363e

Please sign in to comment.