diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07c004fb95..0f96ff72e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Dependencies run: sudo apt-get install gettext diff --git a/.github/workflows/deploy-gh-page.yml b/.github/workflows/deploy-gh-page.yml index 8b55d18b84..f82a7a07f5 100644 --- a/.github/workflows/deploy-gh-page.yml +++ b/.github/workflows/deploy-gh-page.yml @@ -1,15 +1,13 @@ name: deploy-gh-page on: - push: - branches: - - "3.12" + pull_request: jobs: cd: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Dependencies run: sudo apt-get install gettext diff --git a/.github/workflows/py312-sync-cpython.yml b/.github/workflows/py312-sync-cpython.yml index 5f00f1835f..6977ae93d5 100644 --- a/.github/workflows/py312-sync-cpython.yml +++ b/.github/workflows/py312-sync-cpython.yml @@ -1,11 +1,7 @@ name: python-3.12-sync-with-cpython on: - push: - branches: - - "3.12" - schedule: - - cron: "0 0 * * *" + pull_request: jobs: sync: @@ -14,7 +10,7 @@ jobs: VERSION: "3.12" BRANCH: "cron/sync/3.12" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: ref: ${{ env.VERSION }} @@ -61,4 +57,4 @@ jobs: - name: Check outputs run: | echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}" - echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}" \ No newline at end of file + echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}" diff --git a/.github/workflows/summarize_progress.yml b/.github/workflows/summarize_progress.yml index 2a9d4404cf..0245ddd686 100644 --- a/.github/workflows/summarize_progress.yml +++ b/.github/workflows/summarize_progress.yml @@ -1,8 +1,7 @@ name: summarize_progress on: - schedule: - - cron: '30 23 * * 5' + pull_request: jobs: ci: @@ -13,7 +12,7 @@ jobs: # added or changed files to the repository. contents: write steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install poetry uses: abatilo/actions-poetry@v3 @@ -40,4 +39,4 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Weekly Update -- Summarize Progress - repository: markdown \ No newline at end of file + repository: markdown