Skip to content

Commit

Permalink
Add name to job, add concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Jun 19, 2024
1 parent af61bb0 commit c42f00d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
uses: ./.github/workflows/build-artifact.yml

deploy-github-pages:
name: Deploy to GitHub Pages
runs-on: ubuntu-24.04

needs: build-artifact
Expand All @@ -24,6 +25,10 @@ jobs:
name: github-pages
url: https://bpm.robojackets.org

concurrency:
group: deploy-github-pages
cancel-in-progress: false

steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit c42f00d

Please sign in to comment.