Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into suzieq-lesson-image
Browse files Browse the repository at this point in the history
  • Loading branch information
Mierdin committed Mar 29, 2021
2 parents bc09b03 + 62cbc69 commit 73d2eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/check-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo "ENV TO FOLLOW"
echo $(env)


if [ "$GITHUB_EVENT_NAME" != "pull_request" ];
if [ "$GITHUB_EVENT_NAME" != "pull_request_target" ];
then
echo "This is not a pull request, skipping the changelog check"
exit 0
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Git lesson stage 5 [#324](https://github.com/nre-learning/nrelabs-curriculum/pull/324)
- Adding image build to preview pipeline [#352](https://github.com/nre-learning/nrelabs-curriculum/pull/352)
- More image build changes (moving to GH actions) [#354](https://github.com/nre-learning/nrelabs-curriculum/pull/354)
- SuzieQ Image and Lesson [#357](https://github.com/nre-learning/nrelabs-curriculum/pull/357)

## v1.3.0 - December 13, 2020

Expand Down

0 comments on commit 73d2eb6

Please sign in to comment.