UBC-MDS / diabetes_predictor_py

DSCI 522 Group 15 Project: Diabetes Classification Analysis. This repository showcases work on building a classification model to predict diabetes using the Pima Indians Diabetes dataset from Kaggle. The project is designed to follow best practices for data analysis and reproducibility.
https://ubc-mds.github.io/diabetes_predictor_py/
Other
2 stars 0 forks source link

Docker Publish Workflow not running successfully #47

Closed kuo4230 closed 2 hours ago

kuo4230 commented 2 hours ago

What happened? Docker Publish Workflow not running successfully

What did you expect to happen? Successfully run the docker_publish workflow under Git Actions

Minimal Complete Verifiable Example able to run all the actions specified in the docker publish yml file

MVCE confirmation N/A

Relevant log output error:

Screenshot 2024-11-29 at 1 12 22 PM Screenshot 2024-11-29 at 1 12 30 PM
kuo4230 commented 2 hours ago

FYI- I went to Sky's office hour and also reached out to Tiffany on Slack. Their proposed changes include:

kuo4230 commented 2 hours ago

Solution: Remove the "No Force Push & Require Pull Request" from ruleset No Force Push & Require Pull Request.json

Test result: workflow now run successfully!

Screenshot 2024-11-29 at 4 17 08 PM

Closing this issue now