moved all workflows:

This commit is contained in:
Jun-te Kim 2026-03-12 20:40:46 +00:00
parent 2f850d18aa
commit ae7a1eb83c

View file

@ -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