Skip to content

Commit 368ad61

Browse files
committed
chore: remove temp action used for testing
1 parent b20e02c commit 368ad61

2 files changed

Lines changed: 1 addition & 23 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: ./
3131
with:
3232
ACTION_TYPE: 'Validate'
33-
CONTAINS_BREAKING_CHANGE: ${{ steps.detect_breaking_changes.outcome == 'success' }}
33+
CONTAINS_BREAKING_CHANGE: ${{ steps.detect_breaking_changes.outcome != 'success' }}
3434

3535
- name: Run Tests
3636
run: swift test

.github/workflows/test-action.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)