Skip to content

Commit 36eac01

Browse files
committed
Rename job and update configuration in staging workflow
1 parent 65ded1a commit 36eac01

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/staging.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ concurrency:
99
group: staging-${{ github.ref }}
1010
cancel-in-progress: true
1111
jobs:
12-
deploy-aur:
12+
aur_publish:
13+
name: Update GIT AUR package
14+
runs-on: ubuntu-latest
15+
timeout-minutes: 10
1316
steps:
1417
- name: Deploy to AUR
1518
uses: ./.github/actions/deploy-aur

0 commit comments

Comments
 (0)