Skip to content

Commit

Permalink
REMOVE ME: trigger 32-bit focused runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed May 21, 2024
1 parent e08f0b7 commit 7b763b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linux-500-32bit.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: 32bit 5.0.0

on:
schedule:
# Every Sunday morning, at 1:11 UTC
- cron: '11 1 * * 0'
pull_request:
push:
workflow_dispatch:

jobs:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/linux-51x-32bit.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: 32bit 5.1

on:
schedule:
# Every Sunday morning, at 2:22 UTC
- cron: '22 2 * * 0'
pull_request:
push:
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/linux-520-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: 32bit 5.2
on:
pull_request:
push:
branches:
- main
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/linux-530-trunk-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: 32bit trunk
on:
pull_request:
push:
branches:
- main
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 7b763b6

Please sign in to comment.