moved all workflows:
This commit is contained in:
parent
2f850d18aa
commit
ae7a1eb83c
1 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ on:
|
|||
jobs:
|
||||
load-test:
|
||||
runs-on: self-hosted
|
||||
container: ubuntu:22.04
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
@ -24,7 +25,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
|
||||
- name: Show working directory
|
||||
run: pwd
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue