Skip to content

Commit

Permalink
Fix checkout identity
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Jan 22, 2025
1 parent 787a97c commit b28f2f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_linux_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
- name: Fetch sources
run: |
git config --global user.email "[email protected]"
git config --global user.name "Nobody"
./build_tools/fetch_sources.py --depth 1
# The full checkout is very large: ~16GB, 9 of which is GIT stuff.
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
name: Build Linux Packages
uses: ./.github/workflows/build_linux_packages.yml

build_python_packages:
name: Build Python Packages
uses: ./.github/workflows/build_python_packages.yml
# build_python_packages:
# name: Build Python Packages
# uses: ./.github/workflows/build_python_packages.yml
3 changes: 0 additions & 3 deletions .github/workflows/nightly_staging_release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Nightly Staging Release

on:
schedule:
- cron: "0 10 * * *"

workflow_dispatch:
inputs:

Expand Down

0 comments on commit b28f2f6

Please sign in to comment.