Skip to content

Test #925 #936

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/deploy-gh-page.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/py312-sync-cpython.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: python-3.12-sync-with-cpython

on:
push:
branches:
- "3.12"
schedule:
- cron: "0 0 * * *"
pull_request:

jobs:
sync:
Expand All @@ -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 }}

Expand Down Expand Up @@ -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 }}"
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
7 changes: 3 additions & 4 deletions .github/workflows/summarize_progress.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: summarize_progress

on:
schedule:
- cron: '30 23 * * 5'
pull_request:

jobs:
ci:
Expand All @@ -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
Expand All @@ -40,4 +39,4 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Weekly Update -- Summarize Progress
repository: markdown
repository: markdown
Loading