Skip to content

Commit 92e0027

Browse files
authored
Merge pull request #978 from cmu-delphi/ci_revert
revert ci config change
2 parents a1b98a5 + 9455c53 commit 92e0027

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ jobs:
108108
image:
109109
needs: build
110110
# only on main and dev branch
111-
#if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' # TODO: Revert after v4 migration is complete
112-
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/v4-schema-revisions-release-prep'
111+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
113112

114113
runs-on: ubuntu-latest
115114
steps:

0 commit comments

Comments
 (0)