diff --git a/.github/workflows/caller-1.yml b/.github/workflows/caller-1.yml index 15e5c4ecb..32f0f0034 100644 --- a/.github/workflows/caller-1.yml +++ b/.github/workflows/caller-1.yml @@ -10,4 +10,11 @@ jobs: with: config-path: '.github/labeler.yml' # Provide the required input secrets: - token: ${{ secrets.GITHUB_TOKEN }} # Provide the required secret \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }} # Provide the required secret + + second-caller: + uses: Piasecki-grid/test-workflows/.github/workflows/reusable-2.yml + with: + config-path: '.github/labeler.yml' # Provide the required input + secrets: + token: ${{ secrets.GITHUB_TOKEN }} # Provide the required secret diff --git a/.github/workflows/reusable-2.yml b/.github/workflows/reusable-2.yml deleted file mode 100644 index 4287ca861..000000000 --- a/.github/workflows/reusable-2.yml +++ /dev/null @@ -1 +0,0 @@ -# \ No newline at end of file