Skip to content

Commit

Permalink
chore: revert ci changes (#1425)
Browse files Browse the repository at this point in the history
## What this PR does / why we need it:

The required_checks must contain `ci`, and because of the recent changes
the `ci` check is not running anymore for PRs that only update the
`VERSION`. This PR reverts the GHA changes to unblock the release.

This reverts commit e0fd082.

## Which issue(s) this PR fixes:

## Special notes for your reviewer:

## Does this PR introduce a user-facing change?
```
No.
```
  • Loading branch information
wmalik authored Feb 5, 2024
2 parents e5d83d1 + 6bab6eb commit 7d6e579
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 57 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
name: ci
on:
pull_request:
paths-ignore:
- '*.md'
- 'VERSION'

jobs:
checks:
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/release-dryrun.yml

This file was deleted.

12 changes: 0 additions & 12 deletions hack/version-check

This file was deleted.

5 changes: 0 additions & 5 deletions makefiles/unix.mk
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ test/ci: build
mod/check:
@./hack/mod-check

## check if VERSION file contains a valid semantic version
.PHONY: version/check
version/check:
@./hack/version-check

## creates a new release tag
.PHONY: release/tag
release/tag: VERSION?=v$(shell cat VERSION)
Expand Down

0 comments on commit 7d6e579

Please sign in to comment.