Add concurrency policy to CI workflow (#1844)
* added concurrency to github actions
* fixed problem where one workflow can cancel another workflow
* added tmp file to help test concurrency policy on CI
* removed tmp file to finish testing concurrency policy