Skip to content

Commit

Permalink
Update base branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
pitag-ha committed Nov 21, 2023
1 parent 2055046 commit b7ac4d5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/fuzzy-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
# push:
# branches: [ fuzzy-ci-artefacts-approach ]
pull_request:
branches: [ fuzzy-ci-artefacts-approach ]
branches: [ master ]
types: [ opened, synchronize, reopened, unlabeled, labeled ]

env:
Expand All @@ -29,7 +29,7 @@ env:
ACTIONS_RUNS_ENDPOINT: ${{ github.event.repository.html_url }}/actions/runs
CURRENT_ACTION_URL: ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}
LABEL_NAME: fuzzy-diff-looks-good
MERL_AN_SHA: a8b3eda2768f02dc5a4312d8efd31978ba16ed13
MERL_AN_SHA: 1643fb7a9958379fb4ed8d7c5169146aaa88f5b7

jobs:
# download_curl_api_url:
Expand Down Expand Up @@ -198,9 +198,6 @@ jobs:
ocaml-compiler: ocaml-base-compiler.4.14.1
dune-cache: true

- name: Does opam-monorepo get installed?
run: opam-monorepo --help

# - name: Clone Irmin to have a code base to test merlin on
# run: |
# # Warning: There's now a git-substructure, so git needs caution from now on
Expand Down

0 comments on commit b7ac4d5

Please sign in to comment.