diff --git a/.github/workflows/third-party.yml b/.github/workflows/third-party.yml index 9e5aa1c0..7e9498ca 100644 --- a/.github/workflows/third-party.yml +++ b/.github/workflows/third-party.yml @@ -1,14 +1,11 @@ name: Third-Party Repository Profiling on: - pull_request: - branches: - - master + workflow_dispatch: jobs: build_n_profile: - if: "contains(github.event.commits[0].message, '[3P Profile]')" - runs-on: 'ubuntu-latest' + runs-on: "ubuntu-latest" env: BUNDLE_GEMFILE: "sandbox/Gemfile" BUNDLE_PATH: "vendor/bundle" @@ -28,7 +25,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7 + ruby-version: 3.4 bundler-cache: true - name: Run Jekyll Build 3 times run: |