diff --git a/.github/workflows/.github-ci.yaml b/.github/workflows/.github-ci.yaml index 297c9df..91b7583 100644 --- a/.github/workflows/.github-ci.yaml +++ b/.github/workflows/.github-ci.yaml @@ -5,11 +5,12 @@ jobs: ci: runs-on: docker steps: + - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." # checkout repository - - name: checkout - uses: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/checkout/action.yml@main - with: - ref: main # Specify the branch or tag in the templates repository - server_url: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW/fibonacci_go.git + #- name: checkout + # uses: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/checkout/action.yml@main + # with: + # ref: main # Specify the branch or tag in the templates repository + # server_url: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW/fibonacci_go.git