From 54e6d5512f3128c44efe44558af5ea16de7a91a2 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Thu, 18 Aug 2022 19:16:45 +0000 Subject: [PATCH] fix: wait for exit code from container --- --- a/.github/workflows/try-runtime.yml +++ b/.github/workflows/try-runtime.yml @@ -5,7 +5,7 @@ # Triggers the workflow on push or pull request events but only for the master branch pull_request: branches: - - develop + - master types: - opened - reopened -- gitstuff