]> Nishi Git Mirror - dataworks.git/commitdiff
delete misc job
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Tue, 18 Jun 2024 02:33:44 +0000 (02:33 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Tue, 18 Jun 2024 02:33:44 +0000 (02:33 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@333 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

.github/workflows/build.yml

index 70c07c3f48639ac943c3c248316e6caf5ca1e1e9..1f2ce323afc6662fbe3417ba2f68f2e6a9ffe8ec 100644 (file)
@@ -197,21 +197,6 @@ jobs:
     - name: Make
       run: make YACC=byacc test
 
-  misc:
-    
-    name: "Misc"
-
-    runs-on: ubuntu-latest
-
-    permissions:
-      contents: write
-
-    steps:
-    - name: Delete bad tags
-      run: gh release delete "$(make get-version)" --cleanup-tag -y || true
-      env:
-        GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
   release:
     
     name: "Release"