Skip to content
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

release: watchexec-cli v1.24.0 #699

Merged
merged 23 commits into from
Dec 9, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update gha workflows
  • Loading branch information
passcod committed Dec 9, 2023
commit 6098b2f7c3fe9bc5a60f4dde702d0449afe13612
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 34,7 @@ $ cargo publish -p <%= crate.name %>
```
<% } %>

To trigger builds initially: either close and then immediately re-open this PR once, or **enable auto-merge**.
To trigger builds initially: either close and then immediately re-open this PR once, or push to the branch (perhaps with edits to the README.md or CHANGELOG.md!).

<% if (pr.releaseNotes) { %>
---
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 44,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ inputs.version }}
crate-path: crates/${{ inputs.crate }}
pr-release-notes: true
pr-release-notes: ${{ inputs.crate == 'cli' }}
pr-label: release
pr-template-file: .github/workflows/release-pr.ejs
env:
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 122,14 @@ jobs:
- run: cross check --target x86_64-unknown-freebsd
- run: cross check --target x86_64-unknown-netbsd

# Dummy job to have a stable name for the "all tests pass" requirement
tests-pass:
if: always() # always run even if dependencies fail
if: always()
name: Tests pass
needs:
- test
- cross-checks
runs-on: ubuntu-latest
steps:
# fail if ANY dependency has failed or been skipped or cancelled
- if: "contains(needs.*.result, 'failure') || contains(needs.*.result, 'skipped') || contains(needs.*.result, 'cancelled')"
run: exit 1
- uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}
5 changes: 0 additions & 5 deletions test/print_hi.py

This file was deleted.