-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from ivov/clean-up-ci-actions
ci: Clean up GitHub actions
- Loading branch information
Showing
4 changed files
with
8 additions
and
28 deletions.
There are no files selected for viewing
11 changes: 4 additions & 7 deletions
11
.github/workflows/check-build-health.yml → .github/workflows/build-health-check.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
name: Check build health | ||
name: Build health check | ||
|
||
on: | ||
workflow_dispatch: | ||
on: workflow_dispatch | ||
|
||
jobs: | ||
build-health: | ||
name: Check Docker container health | ||
build-health-check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
- uses: actions/[email protected] | ||
|
||
- name: Build Docker image | ||
run: docker build --tag n8n-shortlink:ci . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
go_changed: ${{ steps.filter.outputs.any_changed }} | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: tj-actions/changed-files@v43 | ||
- uses: tj-actions/changed-files@v45.0.4 | ||
id: filter | ||
with: | ||
files: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters