Skip to content

Commit

Permalink
enable
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Aug 10, 2024
1 parent fc4f0e5 commit becd27a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
name: include-what-you-use

on:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
on: [push, pull_request]

permissions:
contents: read
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
name: release-windows

on:
push:
tags:
- '2.*'
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
on: [push, pull_request]

permissions:
contents: read
Expand Down

0 comments on commit becd27a

Please sign in to comment.