diff --git a/.github/workflows/xcmetrics.yml b/.github/workflows/xcmetrics.yml index d3329de1..87deaead 100644 --- a/.github/workflows/xcmetrics.yml +++ b/.github/workflows/xcmetrics.yml @@ -26,24 +26,24 @@ jobs: GITHUB_TOKEN: '${{ secrets.CI_BOT_GITHUB_TOKEN }}' steps: - name: Install Bot SSH Key - if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }} + # if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }} # FIXME: delete the comment uses: webfactory/ssh-agent@v0.7.0 with: ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }} - uses: actions/checkout@v3.1.0 - if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }} + # if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }} # FIXME: delete the comment with: fetch-depth: 0 # to fetch git tags - uses: ./.github/actions/bootstrap - if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }} + # if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }} # FIXME: delete the comment env: GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }} INSTALL_GCLOUD: true - name: Run Performance Metrics - if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }} + # if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }} # FIXME: delete the comment run: bundle exec fastlane xcmetrics timeout-minutes: 60 env: