From b938e695bddbd72785a2745484092cd2fa280125 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Fri, 9 May 2025 13:07:49 +0530 Subject: [PATCH] Rename Package.md to README.md --- .../workflows/build-with-bal-test-graalvm.yml | 17 ----------------- .github/workflows/trivy-scan.yml | 13 ------------- README.md | 2 -- 3 files changed, 32 deletions(-) delete mode 100644 .github/workflows/build-with-bal-test-graalvm.yml delete mode 100644 .github/workflows/trivy-scan.yml diff --git a/.github/workflows/build-with-bal-test-graalvm.yml b/.github/workflows/build-with-bal-test-graalvm.yml deleted file mode 100644 index 4f69d4d..0000000 --- a/.github/workflows/build-with-bal-test-graalvm.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: GraalVM Check - -on: - schedule: - - cron: "30 18 * * *" - workflow_dispatch: - -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} - cancel-in-progress: true - -jobs: - call_stdlib_workflow: - name: Run StdLib Workflow - if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'ballerina-platform') }} - uses: ballerina-platform/ballerina-library/.github/workflows/build-with-bal-test-graalvm-connector-template.yml@main - secrets: inherit diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml deleted file mode 100644 index c02c8ff..0000000 --- a/.github/workflows/trivy-scan.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Trivy - -on: - workflow_dispatch: - schedule: - - cron: "30 20 * * *" - -jobs: - call_workflow: - name: Run Trivy Scan Workflow - if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-library/.github/workflows/trivy-scan-template.yml@main - secrets: inherit diff --git a/README.md b/README.md index ff8a17b..18e46ac 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Ballerina HubSpot CRM Timelines connector [![Build](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.extensions.timelines/actions/workflows/ci.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.extensions.timelines/actions/workflows/ci.yml) -[![Trivy](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.extensions.timelines/actions/workflows/trivy-scan.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.extensions.timelines/actions/workflows/trivy-scan.yml) -[![GraalVM Check](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.extensions.timelines/actions/workflows/build-with-bal-test-graalvm.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.extensions.timelines/actions/workflows/build-with-bal-test-graalvm.yml) [![GitHub Last Commit](https://img.shields.io/github/last-commit/ballerina-platform/module-ballerinax-hubspot.crm.extensions.timelines.svg)](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.extensions.timelines/commits/master) [![GitHub Issues](https://img.shields.io/github/issues/ballerina-platform/ballerina-library/module/hubspot.crm.extensions.timelines.svg?label=Open%20Issues)](https://github.com/ballerina-platform/ballerina-library/labels/module%hubspot.crm.extensions.timelines)