Skip to content

Commit

Permalink
chore(SNP-1124): delete unused workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
martynov-alex committed Apr 1, 2024
1 parent 89c90cd commit 8b05d44
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 73 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/check_issue.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/new_issues_label.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/new_pull_request_label.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/new_pull_request_main_actions.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/new_pull_request_to_pyrus_task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
needs: get_package_name
uses: surfstudio/flutter-ci-workflows/.github/workflows/new_issue_or_pr_to_pyrus_task.yml@SNP-1124_update_CI
with:
TYPE: PR
TYPE: Pull request
PACKAGE_NAME: ${{ needs.get_package_name.outputs.package_name }}
TITLE: ${{ github.event.pull_request.title }}
BODY: ${{ github.event.pull_request.body }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Main"
name: On pull request

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pub.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Publishing"
name: Publishing

on:
push:
Expand Down

0 comments on commit 8b05d44

Please sign in to comment.