Skip to content

Commit

Permalink
CI: Remove condition that github repository is upstream
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Geod24 committed Oct 3, 2023
1 parent d1832e1 commit 635588f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ on:
jobs:
main:
name: Run
if: github.repository == 'dlang/stdcpp'

strategy:
fail-fast: false
Expand Down

0 comments on commit 635588f

Please sign in to comment.