Skip to content

Commit

Permalink
ci: rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
martabal committed Mar 16, 2024
1 parent b51065a commit 1511896
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/external-trigger.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: External trigger
name: Check for new version
on:
schedule:
- cron: "*/20 * * * *"
Expand All @@ -16,8 +16,6 @@ jobs:
current_version: ${{ steps.check_version.outputs.current_version }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Check if new version is available
id: check_version
Expand Down Expand Up @@ -46,7 +44,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}

- name: Create tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run tests
name: Test suites

on:
push:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ Temporary Items
# Custom
build-*/
node_modules
package*.json
package*.json
.venv/
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# [martabal/immich](https://github.com/martabal/docker-immich)

[![Docker build](https://github.com/martabal/docker-immich/actions/workflows/docker.yml/badge.svg)](https://github.com/martabal/docker-immich/actions/workflows/docker.yml)
[![Run tests](https://github.com/martabal/docker-immich/actions/workflows/test.yml/badge.svg)](https://github.com/martabal/docker-immich/actions/workflows/test.yml)
[![Test suites](https://github.com/martabal/docker-immich/actions/workflows/test.yml/badge.svg)](https://github.com/martabal/docker-immich/actions/workflows/test.yml)
[![Check for new version](https://github.com/martabal/docker-immich/actions/workflows/external-trigger.yml/badge.svg)](https://github.com/martabal/docker-immich/actions/workflows/external-trigger.yml)

[Immich](https://immich.app/) is a high performance self-hosted photo and video backup solution.

Expand Down

0 comments on commit 1511896

Please sign in to comment.