Skip to content

Commit

Permalink
Merge pull request #172782 from Homebrew/remove-cask-versions
Browse files Browse the repository at this point in the history
workflows: remove cask-versions
  • Loading branch information
miccal authored May 2, 2024
2 parents e9a903f + 45c6e1d commit 04ed99e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ jobs:
- name: Gather cask information
id: info
run: |
brew tap homebrew/cask-versions
brew ruby <<'EOF'
require 'cask/cask_loader'
require 'cask/installer'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
run: |
gem install --user-install octokit
./.github/actions/sync/labels.rb '${{ github.repository }}' \
Homebrew/homebrew-cask-fonts \
Homebrew/homebrew-cask-versions
Homebrew/homebrew-cask-fonts
env:
GITHUB_TOKEN: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/sync-templates-and-ci-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
matrix:
repo:
- Homebrew/homebrew-cask-fonts
- Homebrew/homebrew-cask-versions
steps:
- name: Clone main repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 04ed99e

Please sign in to comment.