]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
.github: Don't run dev_container on PRs or tags 1965/head
authorZack Cerza <zack@redhat.com>
Mon, 1 Jul 2024 19:42:05 +0000 (13:42 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 1 Jul 2024 19:42:07 +0000 (13:42 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
.github/workflows/dev_container.yml

index 58ddf77b00d05a3c77e40d88aa38fb2057b84ba2..b7cd70753d67fe9fa4c30138261cf0a2eb730e59 100644 (file)
@@ -4,10 +4,7 @@ on:
   push:
     branches:
       - main
-    tags:
-      - '*'
   workflow_dispatch:
-  pull_request:
 
 jobs:
   docker: