]> git.alsa-project.org Git - alsa-gobject.git/commit
fix workflow of Github Actions to clone requested repository
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 9 Feb 2020 02:53:39 +0000 (11:53 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Sun, 9 Feb 2020 03:10:51 +0000 (12:10 +0900)
commitc9ec3d2f9b61acc2ceb08a0f7284dc9c8fc0bafa
tree8788d5222cc0a6e04d22a4b93b4041e0681b9dda
parent5f799decdeff5130e666bb6c1f69cfdd010ccf3a
fix workflow of Github Actions to clone requested repository

Even if any pull request is triggered, in 'build_in_ubuntu_on_lxd' job
of 'Build test' workflow, upstream repository is cloned and requested
git hash is checked out. However this fails because the hash is in
requested repository.

This commit fixes the workflow so that requested repository is cloned.

Fixes: 8cb6715aab65 ('Add support workflow of Github Actions')
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
.github/workflows/build.yml