Skip to content

Commit

Permalink
Revert "force execution"
Browse files Browse the repository at this point in the history
This reverts commit 10b1d93.
  • Loading branch information
frascuchon committed Apr 30, 2024
1 parent 10b1d93 commit d7455f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/argilla-frontend.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ on:

workflow_call:

pull_request:
push:
paths:
- "argilla-frontend/**"
types:
- opened
- reopened
- synchronize
- ready_for_review

pull_request:
paths:
- "argilla-frontend/**"


jobs:
Expand Down Expand Up @@ -75,8 +73,7 @@ jobs:
needs: build_dev_docker_image
if: |
!cancelled() &&
needs.build_dev_docker_image.result == 'success' &&
github.event_name == 'pull_request' && github.event.pull_request.draft == false
needs.build_dev_docker_image.result == 'success'
with:
image-name: argilla/argilla-frontend-for-dev
image-version: ${{ needs.build_dev_docker_image.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion argilla-frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Remove me

import { NuxtConfig } from "@nuxt/types";
import Mode from "frontmatter-markdown-loader/mode";
import pkg from "./package.json";
Expand Down

0 comments on commit d7455f1

Please sign in to comment.