Skip to content

Commit 0bbb219

Browse files
committed
this if breaks the scheduled build
1 parent bd2c683 commit 0bbb219

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
environment:
1616
name: Build
1717
runs-on: ubuntu-latest
18-
if: ${{ github.ref == 'refs/heads/trunk' }}
1918
steps:
2019
- name: Checkout
2120
uses: actions/checkout@v3
@@ -68,7 +67,6 @@ jobs:
6867
environment:
6968
name: Build
7069
runs-on: ubuntu-latest
71-
if: ${{ github.ref == 'refs/heads/trunk' }}
7270
steps:
7371
- name: Checkout
7472
uses: actions/checkout@v3

0 commit comments

Comments
 (0)