Skip to content

Commit

Permalink
ci(git-devel): disable linux-git-devel CI job for now
Browse files Browse the repository at this point in the history
Same as d011db9
  • Loading branch information
arxanas committed Oct 9, 2024
1 parent 3cd5e6f commit 219f1f6
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/linux-git-devel.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
name: "Linux (Git devel)"

on:
schedule:
# Run once every day at 6:40AM UTC.
- cron: "40 6 * * *"
# TODO(#1416): re-enable once tests are passing on Git v2.46+
# schedule:
# # Run once every day at 6:40AM UTC.
# - cron: "40 6 * * *"

push:
branches:
- master
# push:
# branches:
# - master

pull_request:
paths:
- ".github/workflows/*.yml"
# pull_request:
# paths:
# - ".github/workflows/*.yml"

workflow_dispatch:

Expand Down

0 comments on commit 219f1f6

Please sign in to comment.