Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/codex-preview-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: preview-cleanup

on:
workflow_call: ~
# pull_request_target:
# types: [closed]

permissions:
contents: none
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/codex-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ jobs:
steps:
- name: Checkout code
if: needs.check.outputs.any_modified == 'true'
# We would need to checkout the PR branch if the event to support pull_request_target.
# Skip this for now because it's not clear if we need to or should support it.
# However, the rest of the workflow is designed to support pull_request_target.
uses: actions/checkout@v6
with:
persist-credentials: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/create-major-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ jobs:
git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git tag "v${MAJOR_VERSION}"
git push -f origin "refs/tags/v${MAJOR_VERSION}"
git remote set-url origin "https://github.com/${GITHUB_REPOSITORY}.git"
Loading