Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Feb 8, 2024
1 parent 197bdc4 commit bc9a475
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ on:
branches:
- master

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
deploy:
runs-on: scil-website-runners
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

steps:
- name: action_checkout
uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v4.1.1

- name: Install dependancies
run: |
Expand Down

0 comments on commit bc9a475

Please sign in to comment.