Skip to content

Commit

Permalink
rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousm4x committed Sep 18, 2023
1 parent e3ab652 commit 6c80eba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeberg-mirror.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Sync repo to the Codeberg mirror
name: Mirror Sync
name: codeberg mirror
on:
push:
branches: ["master"]
tags:
- '*'
- "*"
workflow_dispatch:
jobs:
codeberg:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dependabot auto-merge
name: dependabot automerge
on:
pull_request:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: ">=1.21"

- name: Test
run: cd backend && go test -v ./...

0 comments on commit 6c80eba

Please sign in to comment.