From 635588fb4d31c13e456d51414e0258e11dbbad1d Mon Sep 17 00:00:00 2001 From: Mathias Lang Date: Tue, 3 Oct 2023 21:23:47 +0200 Subject: [PATCH] CI: Remove condition that github repository is upstream This condition was put there at a time when Github forks has actions on. Nowadays, a fork will result in a repository with Actions disabled by default, which will not result in a massive use of resources and needless notifications. --- .github/workflows/e2e.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8a3a806..822c7ac 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -30,7 +30,6 @@ on: jobs: main: name: Run - if: github.repository == 'dlang/stdcpp' strategy: fail-fast: false