Skip to content

Commit

Permalink
chore: remove unused code (#457)
Browse files Browse the repository at this point in the history
* Delete label-conflict.yml

* Delete rebase.yml

* Update test.yml

* Update test.yml

* Update test.yml

* Update test.yml
  • Loading branch information
jackton1 committed Mar 29, 2022
1 parent 98112b1 commit a6c69ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 40 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/label-conflict.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/rebase.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -517,7 +517,7 @@ jobs:
test/changed-files-list.txt
test/changed-files-list.txt
files: |
**/workflows/rebase.yml
**/workflows/greetings.yml
- name: Check if a excluded file is not included in any_changed
if: contains(steps.changed-files-specific-source-file.outputs.all_changed_files, 'test/test/test.txt')
run: |
Expand All @@ -530,7 +530,7 @@ jobs:
(
!contains(steps.changed-files-specific-source-file.outputs.all_changed_files, 'action.yml') &&
!contains(steps.changed-files-specific-source-file.outputs.all_changed_files, '.github/workflows/test.yml') &&
!contains(steps.changed-files-specific-source-file.outputs.all_changed_files, '.github/workflows/rebase.yml') &&
!contains(steps.changed-files-specific-source-file.outputs.all_changed_files, '.github/workflows/greetings.yml') &&
!contains(steps.changed-files-specific-source-file.outputs.all_changed_files, 'test/test.txt')
)
run: |
Expand All @@ -552,7 +552,7 @@ jobs:
(
!contains(steps.changed-files-specific-source-file.outputs.all_modified_files, 'action.yml') &&
!contains(steps.changed-files-specific-source-file.outputs.all_modified_files, '.github/workflows/test.yml') &&
!contains(steps.changed-files-specific-source-file.outputs.all_modified_files, '.github/workflows/rebase.yml') &&
!contains(steps.changed-files-specific-source-file.outputs.all_modified_files, '.github/workflows/greetings.yml') &&
!contains(steps.changed-files-specific-source-file.outputs.all_modified_files, 'test/test.txt')
)
run: |
Expand Down

0 comments on commit a6c69ab

Please sign in to comment.