Skip to content

Commit 78d4762

Browse files
committed
chore: Remove trailing whitespace
1 parent e88fba8 commit 78d4762

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/trigger-integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
trigger-on-label:
1717
if: github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'test-iiab-integration')
1818
runs-on: ubuntu-latest
19-
19+
2020
steps:
2121
- name: Trigger integration tests
2222
uses: peter-evans/repository-dispatch@v2
@@ -31,11 +31,11 @@ jobs:
3131
"sha": "${{ github.event.pull_request.head.sha }}",
3232
"repo": "${{ github.repository }}"
3333
}
34-
34+
3535
trigger-on-merge:
3636
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
3737
runs-on: ubuntu-latest
38-
38+
3939
steps:
4040
- name: Trigger post-merge tests
4141
uses: peter-evans/repository-dispatch@v2

0 commit comments

Comments
 (0)