Skip to content

Commit

Permalink
Update release.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 authored Oct 23, 2023
1 parent 4f6ca3b commit 00e211e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Per the instructions [here](https://conda-forge.org/docs/maintainer/updating_pkg

## Troubleshooting failed Github actions

If some Github actions are failing and they aren't automatically ran in the PR request, to easily test them without having to push to main:
If some Github actions are failing and they don't automatically run in the PR's automated tests, to easily test them without having to push to main:
1. In your local branch, find the workflow file for the Github action (most likey in `.github/workflow` folder)
2. In the `.yaml` file for the github action, change it so that on push for your local branch it runs the github actions. For example, lines 4-7 of [`build_conda_pkg.yaml`](https://github.com/alteryx/evalml/blob/main/.github/workflows/build_conda_pkg.yaml) should look like the following:
```
Expand Down

0 comments on commit 00e211e

Please sign in to comment.