From 0cf67d286ae8771162f19ff73549fff1420998b6 Mon Sep 17 00:00:00 2001 From: geezo Date: Sat, 19 Apr 2025 21:30:05 +0000 Subject: [PATCH] workflow update --- .gitea/workflows/example.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/example.yaml b/.gitea/workflows/example.yaml index b79bfab..fb114da 100644 --- a/.gitea/workflows/example.yaml +++ b/.gitea/workflows/example.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Integration testing - run: | - cd glance - docker compose up -d \ No newline at end of file + # - name: Integration testing + # run: | + # cd glance + # docker compose up -d \ No newline at end of file