Skip to content

Listar arquivo PO obsoletos #136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Nov 6, 2023
Merged
Prev Previous commit
Next Next commit
prepmsg.sh is now in scripts dir - check.yml
  • Loading branch information
rffontenelle authored Nov 6, 2023
commit 76da4d68f8e571d6a82839d770d7f0f48c74f775
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- '3.12'
paths:
- '.github/workflows/check.yml'
- '.github/prepmsg.sh'
- '.github/scripts/prepmsg.sh'
- '.github/scripts/list-obsolete.py'
- 'Makefile'
- 'requirements.txt'
Expand All @@ -21,7 +21,7 @@ on:
- '3.12'
paths:
- '.github/workflows/check.yml'
- '.github/prepmsg.sh'
- '.github/scripts/prepmsg.sh'
- '.github/scripts/list-obsolete.py'
- 'Makefile'
- 'requirements.txt'
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Prepare notification (only on error)
if: steps.build.outcome == 'failure'
id: prepare
run: .github/prepmsg.sh logs/build/err*.txt logs/notify.txt
run: .github/scripts/prepmsg.sh logs/build/err*.txt logs/notify.txt
env:
GITHUB_JOB: ${{ github.job }}
GITHUB_RUN_ID: ${{ github.run_id }}
Expand Down