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:
|
jobs:
|
||||||
load-test:
|
load-test:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
container: ubuntu:22.04
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -24,7 +25,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
|
||||||
- name: Show working directory
|
- name: Show working directory
|
||||||
run: pwd
|
run: pwd
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue